From 1a0a03bb8c7339cdf2da6ce3d3175dcbf7f9ff4f Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Wed, 9 Dec 2015 18:04:37 -0800 Subject: [PATCH] Make sure correct branch of neutron is pulled in stable tests are running against master neutron(!) AHHH Closes-bug: 1524578 Change-Id: I08dfc3c5e9a1d85443368b60db435db4b4c9abee --- tools/tox_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tox_install.sh b/tools/tox_install.sh index ad33ae5ff0..7f048e8eb3 100755 --- a/tools/tox_install.sh +++ b/tools/tox_install.sh @@ -24,6 +24,7 @@ cwd=$(/bin/pwd) > /tmp/tox_install.txt zuul_cloner () { + export ZUUL_BRANCH=${ZUUL_BRANCH-$BRANCH} echo "ZUUL CLONER" >> /tmp/tox_install.txt cd /tmp $ZUUL_CLONER --cache-dir \