Don't use deprecated bundler flags
This commit is contained in:
parent
562b16cf89
commit
3596955642
@ -21,7 +21,9 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
RAILS_ENV: test
|
RAILS_ENV: test
|
||||||
commands:
|
commands:
|
||||||
- bundle install --jobs=3 --retry=3 --deployment --with development test
|
- bundle config set deployment 'true'
|
||||||
|
- bundle config set with 'development test'
|
||||||
|
- bundle install --jobs=3 --retry=3
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn run build:css
|
- yarn run build:css
|
||||||
- bundle exec rspec
|
- bundle exec rspec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user