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:
Takashi Kajinami
2021-04-08 02:01:16 +00:00
parent dceaf7a6af
commit b39b21690c
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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