Correct BRANCH_OVERRIDE for stable/train

Change-Id: I653fd7bc3c00771c9610104ef1498d3ecac16adc
Story: #2007061
Task: #37921
This commit is contained in:
ricolin 2020-01-02 09:28:05 +08:00 committed by Rico Lin
parent 759bfae5b8
commit 3084e23b46
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