mirror of
https://github.com/balena-io/open-balena.git
synced 2025-03-25 05:25:37 +00:00
Do not report failure on vagrant up
if there’s no project
This commit is contained in:
parent
649c1880da
commit
8025a51c6a
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -29,6 +29,6 @@ Vagrant.configure('2') do |config|
|
||||
config.vm.provision :shell, privileged: false,
|
||||
inline: "cd /home/vagrant/open-balena && ./scripts/start-project #{ENV.fetch('OPENBALENA_PROJECT_NAME', '')} #{ENV.fetch('OPENBALENA_HOST_NAME', '')}"
|
||||
config.vm.provision :shell, privileged: false,
|
||||
inline: 'cd /home/vagrant/open-balena && ./scripts/run-fig-command up -d',
|
||||
inline: 'cd /home/vagrant/open-balena && ./scripts/run-fig-command up -d || true',
|
||||
run: 'always'
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user