make vagrant-test idempotent
This commit is contained in:
parent
d975effc42
commit
03a0e4b41c
3 changed files with 21 additions and 2 deletions
|
|
@ -1,6 +1,9 @@
|
|||
up:
|
||||
vagrant up
|
||||
|
||||
destroy:
|
||||
vagrant destroy -f
|
||||
|
||||
install-deps:
|
||||
vagrant provision
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue