* remove capybara folder on start

This commit is contained in:
Seth Call 2013-01-29 23:14:30 -06:00
parent 1e4c287ec3
commit 4f3cd44fdd
1 changed files with 2 additions and 1 deletions

3
build
View File

@ -9,9 +9,10 @@ rm -rf $DIR/target
mkdir $DIR/target
mkdir $DIR/target/deb
# put all dependencies into vendor/bundle
rm -rf vendor/bundle
rm -rf tmp/capybara
rm Gemfile.lock # if we don't want versions to float, pin it in the Gemfile, not count on Gemfile.lock
# put all dependencies into vendor/bundle
bundle install --path vendor/bundle
bundle update