* remove capybara folder on start
This commit is contained in:
parent
1e4c287ec3
commit
4f3cd44fdd
3
build
3
build
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue