Skip to content

Commit

Permalink
Disable cache of bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Apr 21, 2020
1 parent 711204c commit 460c25a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,8 @@ jobs:
- run: gem --version
- run: google-chrome --version
- run: chromedriver --version
- ruby-orbs/bundle-install:
with_gemfile_lock: false
gemspec_name: "apple_system_status"
cache_key_prefix: "v7-bundle"
update_always: true
- run: bundle config --local path vendor/bundle
- run: bundle install --jobs=4 --retry=3
- codeclimate/with-cc-test-reporter:
after_build_args: "--coverage-input-type simplecov"
steps:
Expand Down

0 comments on commit 460c25a

Please sign in to comment.