Fix typo
oginstaller/pipeline/head There was a failure building this commit
Details
oginstaller/pipeline/head There was a failure building this commit
Details
parent
f3b167f11d
commit
1bf5dc31b1
|
@ -63,7 +63,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
end
|
||||
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: OGSERVERSCRIPT
|
||||
config.vm.provision "file", source: "config/", destination: "/tmp/oginstall/"
|
||||
config.vm.provision = "shell", inline: "/tmp/oginstall/coponent-installer.sh"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue