Fix typo
oginstaller/pipeline/head There was a failure building this commit Details

malaga-automated-testing
Nicolas Arenas 2025-01-17 09:40:06 +01:00
parent f3b167f11d
commit 1bf5dc31b1
1 changed files with 2 additions and 1 deletions

View File

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