* reverting bundle command to see if it makes build work
This commit is contained in:
parent
9496a0d4e3
commit
4a7c57da9e
2
build
2
build
|
|
@ -13,7 +13,7 @@ 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 install --path vendor/bundle
|
||||
bundle update
|
||||
|
||||
# clean assets, because they may be lingering from last build
|
||||
|
|
|
|||
Loading…
Reference in New Issue