Skip to content

Commit

Permalink
Use bundler's configuration to set the path
Browse files Browse the repository at this point in the history
That's the suggested way of doing it in recent versions.
  • Loading branch information
elia committed Jul 10, 2020
1 parent 9e3e5d6 commit d6dcf17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ commands:
- solidus-gems-v2

- run: |
bundle install --path=vendor/bundle
bundle config set path 'vendor/bundle'
bundle check || bundle install
bundle clean
- save_cache:
Expand Down

0 comments on commit d6dcf17

Please sign in to comment.