Correct BRANCH_OVERRIDE for stable/queens

Story: #2007061
Task: #37918

Change-Id: Ie98f182b8d92136f39f1855b95232d368232363a
This commit is contained in:
ricolin 2020-01-01 16:14:47 +08:00 committed by Rico Lin
parent 28433d63d8
commit 2d4ed3c0ab
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,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