ceph-ansible*: pass $TEMPVENV to start_tox 1818/head
authorKefu Chai <tchaikov@gmail.com>
Thu, 20 May 2021 17:08:50 +0000 (01:08 +0800)
committerKefu Chai <tchaikov@gmail.com>
Thu, 20 May 2021 17:09:05 +0000 (01:09 +0800)
to address the regression introduced by e302eaabb977f3e93b1a7005c879f4b2eba581fc

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
ceph-ansible-nightly/build/build
ceph-ansible-scenario/build/build

index 174626fee6754528f165ab1e0a28c701e532c9c3..7b53d9d23979a03500fb9160f9d182637be083fb 100644 (file)
@@ -46,7 +46,7 @@ function run_tox {
       ;;
   esac
 
-  [ -n "$CEPH_DOCKER_IMAGE_TAG" ] && start_tox CEPH_DOCKER_IMAGE_TAG="$CEPH_DOCKER_IMAGE_TAG"
+  [ -n "$CEPH_DOCKER_IMAGE_TAG" ] && start_tox $TEMPVENV CEPH_DOCKER_IMAGE_TAG="$CEPH_DOCKER_IMAGE_TAG"
 }
 
 ########
index c2d51462dfc6b5121f08e9f996d275ae812dd30f..2144e9bfc2f8afa67cb54c5c837fbc082ed3b795 100644 (file)
@@ -19,4 +19,4 @@ update_vagrant_boxes
 # In the same logic, clean fact cache
 rm -rf $HOME/ansible/facts/*
 
-start_tox
+start_tox $TEMPVENV