commit | 6537f65c8a005af2b2ff4be416b36e63927dd5fe | [log] [tgz] |
---|---|---|
author | afenner <andrew.fenner@est.tech> | Fri Aug 14 13:26:18 2020 +0100 |
committer | afenner <andrew.fenner@est.tech> | Fri Aug 14 13:26:29 2020 +0100 |
tree | 95f8ed11e44002d5da3743d7d34cb33fecbaa9ad | |
parent | b8c241ed702ce00ad1195ea37502fcb8b65d39c0 [diff] [blame] |
Fixing cleanup job Added in wait for apt fixed activate command Change-Id: I49f956797c6175f95d05b9b9132c938f73a66378 Signed-off-by: afenner <andrew.fenner@est.tech>
diff --git a/jjb/cloud-infra/scripts/cleanup-heat-stacks.sh b/jjb/cloud-infra/scripts/cleanup-heat-stacks.sh index 13523be..817499b 100644 --- a/jjb/cloud-infra/scripts/cleanup-heat-stacks.sh +++ b/jjb/cloud-infra/scripts/cleanup-heat-stacks.sh
@@ -47,7 +47,7 @@ /bin/rm -rf $WORKSPACE/.venv virtualenv --python python3 --never-download $WORKSPACE/.venv set +u -source $WORKSPACE/.venv +source $WORKSPACE/.venv/bin/activate set -u pip install --quiet --upgrade pip pip install --quiet python-cinderclient==6.0.0