Copying files
oginstaller/pipeline/head There was a failure building this commit
Details
oginstaller/pipeline/head There was a failure building this commit
Details
parent
a7757e00aa
commit
6bf86e5aba
|
@ -55,6 +55,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
end
|
||||
config.vm.box = "esxi_clone/dummy"
|
||||
config.vm.hostname = "og-#{BRANCH_EXTRA}"
|
||||
config.vm.provision "file" , source: "config/config*", destination: "/tmp/oginstall/"
|
||||
config.vm.provision "shell", inline: OGSERVERSCRIPT
|
||||
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue