Merge "update config variable to OVERRIDE_foo_PROJECT_BRANCH"
This commit is contained in:
commit
0c7e837ee5
@ -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…
Reference in New Issue
Block a user