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

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

View File

@ -65,6 +65,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
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: "/tmp/oginstall/coponent-installer.sh"
end