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
1bf5dc31b1
commit
daf281c9cf
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue