Adjust bundle options in CI
This commit is contained in:
parent
565a3c3276
commit
1c4e444c0b
@ -21,7 +21,9 @@ steps:
|
||||
environment:
|
||||
RAILS_ENV: test
|
||||
commands:
|
||||
- bundle config set deployment 'true'
|
||||
- bundle config unset deployment
|
||||
- bundle config set cache_all 'true'
|
||||
- bundle config set cache_path 'vendor/cache'
|
||||
- bundle config set with 'development test'
|
||||
- bundle install --jobs=3 --retry=3
|
||||
- yarn install
|
||||
|
Loading…
x
Reference in New Issue
Block a user