Merge "Remove dependency on github for cloning"

This commit is contained in:
Zuul 2019-03-19 20:49:04 +00:00 committed by Gerrit Code Review
commit dd894a42d7
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ bootstrap () {
if [ "$OPT_NO_CLONE" != 1 ]; then
if ! [ -d "$OOOQ_DIR" ]; then
echo "Cloning tripleo-quickstart repository..."
git clone https://github.com/openstack/tripleo-quickstart.git \
git clone https://git.openstack.org/openstack/tripleo-quickstart \
$OOOQ_DIR
fi

View File

@ -114,7 +114,7 @@ bootstrap () {
if [ "$OPT_NO_CLONE" != 1 ]; then
if ! [ -d "$OOOQ_DIR" ]; then
echo "Cloning tripleo-quickstart repository..."
git clone https://github.com/openstack/tripleo-quickstart.git \
git clone https://git.openstack.org/openstack/tripleo-quickstart \
$OOOQ_DIR
fi