Skip to content

Commit

Permalink
Use bundle config to set path for bundler (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjochen committed Apr 17, 2020
1 parent 90020fb commit ab0b796
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,12 @@ commands:
bundle-install:
description: Install gems
steps:
- run:
name: Configure bundler
command: bundle config set path 'vendor/bundle'
- run:
name: Bundle install
command: bundle install --path vendor/bundle
command: bundle install

save-gem-cache:
description: Save gems to cache
Expand Down

0 comments on commit ab0b796

Please sign in to comment.