Make sure correct branch of Neutron is pulled on testing

Taken from https://review.openstack.org/#/c/255642/1

Change-Id: Ibba96c830c9620ac2641e761d1023d80dea5e84f
Author: Aaron Rosen <aaronorosen@gmail.com>
This commit is contained in:
Gal Sagie 2015-12-12 20:11:05 +02:00
parent d35304e5f3
commit 4992cf884b
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ if [ $neutron_installed -eq 0 ]; then
elif [ -x "$ZUUL_CLONER" ]; then
echo "ZUUL CLONER" > /tmp/tox_install.txt
cd /tmp
export ZUUL_BRANCH=${ZUUL_BRANCH-$BRANCH}
$ZUUL_CLONER --cache-dir \
/opt/git \
git://git.openstack.org \