aboutsummaryrefslogtreecommitdiffstats
path: root/csit/prepare-csit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'csit/prepare-csit.sh')
-rwxr-xr-xcsit/prepare-csit.sh11
1 files changed, 3 insertions, 8 deletions
diff --git a/csit/prepare-csit.sh b/csit/prepare-csit.sh
index d9c6f55c..e154a12b 100755
--- a/csit/prepare-csit.sh
+++ b/csit/prepare-csit.sh
@@ -24,20 +24,15 @@ if [ -z "$WORKSPACE" ]; then
fi
# Assume that if ROBOT_VENV is set and virtualenv with system site packages can be activated,
-# ci-management/jjb/integration/include-raw-integration-install-robotframework.sh has already
-# been executed
+# include-raw-integration-install-robotframework.sh has already been executed
if [ -f ${WORKSPACE}/env.properties ]; then
source ${WORKSPACE}/env.properties
fi
if [ -f ${ROBOT_VENV}/bin/activate ]; then
source ${ROBOT_VENV}/bin/activate
-elif [ ! -d /tmp/ci-management ]; then
- rm -rf /tmp/ci-management
- rm -f ${WORKSPACE}/env.properties
- cd /tmp
- git clone -b master --single-branch https://github.com/onap/ci-management.git
- source /tmp/ci-management/jjb/integration/include-raw-integration-install-robotframework.sh
+else
+ source ./include-raw-integration-install-robotframework.sh
fi