Rakefile in vagrant-orchestrate-0.5.0 vs Rakefile in vagrant-orchestrate-0.5.1
- old
+ new
@@ -14,9 +14,10 @@
# Spinning up local servers here, which the managed provider will connect to
# by IP. See the Vagrantfile in the root of the repo for more info.
system("vagrant up /local/ --no-provision")
# To ensure the ntp sync happens even if the servers are already up
system("vagrant provision /local/")
+ ENV["VAGRANT_ORCHESTRATE_NO_GUARD_CLEAN"] = "true"
system("bundle exec vagrant-spec test --components=orchestrate/push orchestrate/prompt orchestrate/status")
puts "Destroying target servers"
system("vagrant destroy -f /local/")
end