Merge "Minor: Git URI schema and URL change"

This commit is contained in:
Zuul 2019-04-02 19:00:46 +00:00 committed by Gerrit Code Review
commit 4798052180
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -17,7 +17,7 @@ Vagrant.configure("2") do |config|
node.vm.hostname = "dbtest" node.vm.hostname = "dbtest"
node.vm.provision :shell, inline: <<-SHELL node.vm.provision :shell, inline: <<-SHELL
#mkdir /root/deploy #mkdir /root/deploy
#git clone git://git.openstack.org/openstack/airship-divingbell /root/deploy/airship-divingbell #git clone https://git.airshipit.org/airship-divingbell /root/deploy/airship-divingbell
git clone https://git.openstack.org/openstack/openstack-helm-infra /root/deploy/openstack-helm-infra git clone https://git.openstack.org/openstack/openstack-helm-infra /root/deploy/openstack-helm-infra
cd /root/deploy/openstack-helm-infra cd /root/deploy/openstack-helm-infra
./tools/gate/devel/start.sh full ./tools/gate/devel/start.sh full