diff --git a/tools/deploy_aio.sh b/tools/deploy_aio.sh index aee1118a2c..830e7a7d02 100755 --- a/tools/deploy_aio.sh +++ b/tools/deploy_aio.sh @@ -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}" diff --git a/tools/publisher.sh b/tools/publisher.sh index 1798610c9b..9ac7d812b5 100755 --- a/tools/publisher.sh +++ b/tools/publisher.sh @@ -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