Skip to content

Commit

Permalink
Clear CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mcelicalderon committed Oct 20, 2022
1 parent c9011c6 commit 8f135ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
- checkout
- restore_cache:
keys:
- v1.0-<< parameters.gemfile >>-<< parameters.ruby-version >>
- v2.0-<< parameters.gemfile >>-<< parameters.ruby-version >>
- run: gem install bundler -v '1.17'
- run:
name: Install dependencies
command: bundle install
- save_cache:
key: v1.0-<< parameters.gemfile >>-<< parameters.ruby-version >>
key: v2.0-<< parameters.gemfile >>-<< parameters.ruby-version >>
paths:
- vendor/bundle
- run:
Expand Down

0 comments on commit 8f135ce

Please sign in to comment.