Adjust bundle options in CI
This commit is contained in:
parent
565a3c3276
commit
1c4e444c0b
@ -21,7 +21,9 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
RAILS_ENV: test
|
RAILS_ENV: test
|
||||||
commands:
|
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 config set with 'development test'
|
||||||
- bundle install --jobs=3 --retry=3
|
- bundle install --jobs=3 --retry=3
|
||||||
- yarn install
|
- yarn install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user