Revert "Switch to stable/wallaby"
This reverts commit dceaf7a6af
.
Reason for revert: The commit was made in a wrong branch.
Change-Id: Ib74294d83a9cba598f009d43940676f688963af2
This commit is contained in:
@@ -13,7 +13,7 @@ install_gems() {
|
||||
[ ! -d openstack ] && mkdir openstack
|
||||
cp -R /home/zuul/src/opendev.org/openstack/puppet-nova openstack/puppet-nova
|
||||
else
|
||||
git clone https://opendev.org/openstack/puppet-nova -b stable/wallaby openstack/puppet-nova
|
||||
git clone https://opendev.org/openstack/puppet-nova openstack/puppet-nova
|
||||
fi
|
||||
cd openstack/puppet-nova
|
||||
|
||||
|
@@ -54,7 +54,7 @@ task :spec_prep do
|
||||
sh("mkdir openstack || true")
|
||||
sh("cp -R /home/zuul/src/opendev.org/#{repo} #{repo}")
|
||||
else
|
||||
sh("git clone https://opendev.org/#{repo} -b stable/wallaby #{repo}")
|
||||
sh("git clone https://opendev.org/#{repo} #{repo}")
|
||||
end
|
||||
# Allow to a repository to have extra modules that are not
|
||||
# in puppet-openstack-integration
|
||||
|
Reference in New Issue
Block a user