update config variable to OVERRIDE_foo_PROJECT_BRANCH
because of conflicts with OVERRIDE_ZUUL_BRANCH the override variable was renamed in the d-g change. Update this to match. Change-Id: I4498a19de8769d32146f935ad290dcb0eccada9b
This commit is contained in:
parent
66590ab63b
commit
6333f1f6a1
@ -149,7 +149,7 @@
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
fi
|
||||
export OVERRIDE_TEMPEST_BRANCH=master
|
||||
export OVERRIDE_TEMPEST_PROJECT_BRANCH=master
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
||||
@ -311,7 +311,7 @@
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
fi
|
||||
export OVERRIDE_TEMPEST_BRANCH=master
|
||||
export OVERRIDE_TEMPEST_PROJECT_BRANCH=master
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user