Run veewee using 'bundler exec'

Signed-off-by: Hugo Trippaers <htrippaers@schubergphilis.com>
This commit is contained in:
Darren Shepherd 2013-09-21 18:26:19 -07:00 committed by Hugo Trippaers
parent 399d17df62
commit decc04b294
1 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,9 @@ rootdir=$PWD
bundle
# Clean and start building the appliance
veewee vbox destroy $appliance
veewee vbox build $appliance --nogui --auto
veewee vbox halt $appliance
bundle exec veewee vbox destroy $appliance
bundle exec veewee vbox build $appliance --nogui --auto
bundle exec veewee vbox halt $appliance
while [[ `vboxmanage list runningvms | grep $appliance | wc -l` -ne 0 ]];
do