Skip to content

Commit

Permalink
No re-adding the base box
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Johan Crafoord committed Apr 21, 2012
1 parent 8a01b68 commit 91f7f19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash

vagrant box add ubuntu-precise-64 ../package.box
vagrant init ubuntu-precise-64
if ! vagrant box list | grep ubuntu-precise-64 >/dev/null; then
vagrant box add ubuntu-precise-64 ../package.box
fi

vagrant up
vagrant ssh

0 comments on commit 91f7f19

Please sign in to comment.