diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2022-12-08 08:32:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-12-08 08:32:25 +0000 |
commit | 25ccf32dea99b65d027890f1613a0a60099c7b2d (patch) | |
tree | 6e5feab25db4a4d8c99aa549838f5eee999b2b99 /csit/prepare-csit.sh | |
parent | 259044e49f43e78238669c93cf2cacc8a4d314d8 (diff) | |
parent | a52a51a6b09fc47b8fae4d603261c955de6f6069 (diff) |
Merge "Chore: Re-instate robotframework-requests==0.9.3"
Diffstat (limited to 'csit/prepare-csit.sh')
-rwxr-xr-x | csit/prepare-csit.sh | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/csit/prepare-csit.sh b/csit/prepare-csit.sh index b56c3855dd..67412f3cf3 100755 --- a/csit/prepare-csit.sh +++ b/csit/prepare-csit.sh @@ -20,6 +20,8 @@ # Branched from ccsdk/distribution to this repository Feb 23, 2021 # +echo "---> prepare-csit.sh" + if [ -z "$WORKSPACE" ]; then export WORKSPACE=`git rev-parse --show-toplevel` fi @@ -35,11 +37,12 @@ if [ -f ${WORKSPACE}/env.properties ]; then fi if [ -f ${ROBOT3_VENV}/bin/activate ]; then source ${ROBOT3_VENV}/bin/activate -#else -# rm -rf /tmp/ci-management -# rm -f ${WORKSPACE}/env.properties -# cd /tmp -# source ${WORKSPACE}/install-robotframework.sh +else + rm -rf /tmp/ci-management + rm -f ${WORKSPACE}/env.properties + cd /tmp + git clone "https://gerrit.onap.org/r/ci-management" + source /tmp/ci-management/jjb/integration/include-raw-integration-install-robotframework-py3.sh fi # install eteutils |