Correct BRANCH_OVERRIDE for stable/stein

Change-Id: I6e48a71ee0928ed052062460e4f5d735355e4ad9
Story: #2007061
Task: #37920
This commit is contained in:
ricolin 2020-01-02 09:25:27 +08:00 committed by Rico Lin
parent 3d36a5c1e2
commit 3899367878
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