Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I2cd4e71d53e37345da36f5f77efa7b506b74297b
This commit is contained in:
@@ -106,7 +106,7 @@ for module in $MODULES; do
|
||||
git pull
|
||||
popd > /dev/null
|
||||
elif ! [ -d $module ]; then
|
||||
git clone https://git.openstack.org/openstack/puppet-$module $module
|
||||
git clone https://opendev.org/openstack/puppet-$module $module
|
||||
else
|
||||
echo "$module already exists and will not be updated"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user