Merge "Replace openstack.org git:// URLs with https://"

This commit is contained in:
Zuul 2019-03-25 10:39:14 +00:00 committed by Gerrit Code Review
commit 3eb39c168a
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ clonemap:
EOF
/usr/zuul-env/bin/zuul-cloner -m /tmp/clonemap --workspace "$(pwd)" \
--cache-dir /opt/git git://git.openstack.org \
--cache-dir /opt/git https://git.openstack.org \
openstack/kolla-ansible
pushd "${KOLLA_ANSIBLE_DIR}"

View File

@ -18,7 +18,7 @@ clonemap:
EOF
/usr/zuul-env/bin/zuul-cloner -m /tmp/clonemap --workspace "$(pwd)" \
--cache-dir /opt/git git://git.openstack.org openstack/kolla-ansible
--cache-dir /opt/git https://git.openstack.org openstack/kolla-ansible
pushd "${KOLLA_ANSIBLE_DIR}"
tools/setup_gate.sh