Fixing typos
oginstaller/pipeline/head There was a failure building this commit
Details
oginstaller/pipeline/head There was a failure building this commit
Details
parent
11658fe1f1
commit
aa98f82e7c
|
@ -44,6 +44,8 @@ cp -r python-installer/* /tmp/oginstall
|
|||
cp -r component-installer/* /tmp/oginstall
|
||||
chmod 755 /tmp/oginstall/*.sh
|
||||
chmod 755 /tmp/oginstall/*.py
|
||||
cp /vagrant/config/config_* /tmp/oginstall/
|
||||
|
||||
|
||||
OEOL
|
||||
|
||||
|
@ -64,7 +66,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
config.vm.box = "esxi_clone/dummy"
|
||||
config.vm.hostname = "og-#{BRANCH_EXTRA}"
|
||||
config.vm.provision "shell", inline: OGSERVERSCRIPT
|
||||
config.vm.provision "file", source: "config/", destination: "/tmp/oginstall/"
|
||||
config.vm.provision "shell", inline: "/tmp/oginstall/coponent-installer.sh"
|
||||
config.vm.provision "shell", inline: "sudo /tmp/oginstall/component-installer.sh"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue