Merge "Add ovb 2.0 in condition to redefine ZUUL_BRANCH"
This commit is contained in:
commit
00a291b5c4
@ -11,7 +11,7 @@ if [ "$ZUUL_BRANCH" = "stable/jewel" ]; then
|
||||
export STABLE_RELEASE="ocata"
|
||||
fi
|
||||
# For OVB repo "stable/1.0" is feature branch
|
||||
if [ "$ZUUL_BRANCH" = "stable/1.0" -a "$ZUUL_PROJECT" = "openstack/openstack-virtual-baremetal" ]; then
|
||||
if [ "$ZUUL_BRANCH" = "stable/1.0" -o "$ZUUL_BRANCH" = "stable/2.0" -a "$ZUUL_PROJECT" = "openstack/openstack-virtual-baremetal" ]; then
|
||||
export ZUUL_BRANCH="master"
|
||||
fi
|
||||
# For puppet-pacemaker "stable/1.1.x" is a centos7 support branch
|
||||
|
Loading…
Reference in New Issue
Block a user