mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
Revert: accidentally included local secgen.rb changes
This commit is contained in:
@@ -172,11 +172,11 @@ def build_vms(scenario, project_dir, options)
|
||||
end
|
||||
else # TODO: elsif vagrant_output[:exception].type == ProcessHelper::TimeoutError >destroy individually broken vms as above?
|
||||
Print.err 'Vagrant up timeout, destroying VMs and retrying...'
|
||||
# GemExec.exe('vagrant', project_dir, 'destroy -f')
|
||||
GemExec.exe('vagrant', project_dir, 'destroy -f')
|
||||
end
|
||||
else
|
||||
Print.err 'Error provisioning VMs, destroying VMs and exiting SecGen.'
|
||||
# GemExec.exe('vagrant', project_dir, 'destroy -f')
|
||||
GemExec.exe('vagrant', project_dir, 'destroy -f')
|
||||
exit 1
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user