Make sure correct branch of Neutron is pulled on testing

Taken from https://review.openstack.org/#/c/255642/1
Author: Aaron Rosen <aaronorosen@gmail.com>

Change-Id: Id85242c928073159d8bddb4c9cdd7c3e8b987374
This commit is contained in:
Gal Sagie 2015-12-12 20:14:24 +02:00
parent 919aa68e98
commit 74351b0d04
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 \