Copying files
oginstaller/pipeline/head There was a failure building this commit Details

malaga-automated-testing
Nicolas Arenas 2025-01-16 14:45:13 +01:00
parent a7757e00aa
commit 6bf86e5aba
1 changed files with 2 additions and 0 deletions

View File

@ -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