Merge "Correct BRANCH_OVERRIDE for stable/train" into stable/train

This commit is contained in:
Zuul 2020-01-15 14:37:17 +00:00 committed by Gerrit Code Review
commit 5b24267c59
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@
export OVERRIDE_ENABLED_SERVICES=$services
export BRANCH_OVERRIDE="{{ branch_override | default('default') }}"
if [ "{{ branch_override }}" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi