Merge "Minor: Git URI schema and URL change"
This commit is contained in:
commit
4798052180
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -17,7 +17,7 @@ Vagrant.configure("2") do |config|
|
||||
node.vm.hostname = "dbtest"
|
||||
node.vm.provision :shell, inline: <<-SHELL
|
||||
#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
|
||||
cd /root/deploy/openstack-helm-infra
|
||||
./tools/gate/devel/start.sh full
|
||||
|
Loading…
x
Reference in New Issue
Block a user