Use ZUUL_BRANCH_REAL indirection if it exist.
the zuul_branch can be set to something not useful here like ceph/jewel. Ensure we use get the associated branch right. Change-Id: I7f944fc1e7b73c3b7c129e58857bf4448ca1e26d
This commit is contained in:
@@ -30,7 +30,7 @@ RSpec.configure do |c|
|
||||
# install git
|
||||
install_package host, 'git'
|
||||
|
||||
zuul_branch = ENV['ZUUL_BRANCH']
|
||||
zuul_branch = ENV['ZUUL_BRANCH_REAL'] || ENV['ZUUL_BRANCH']
|
||||
puppet_maj_version = ENV['PUPPET_MAJ_VERSION']
|
||||
|
||||
repo = 'openstack/puppet-openstack-integration'
|
||||
|
||||
Reference in New Issue
Block a user