Skip to content

Commit

Permalink
Disable CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mcelicalderon committed Nov 21, 2022
1 parent 281d5a2 commit 858bce6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Expand Up @@ -13,22 +13,14 @@ jobs:
- image: 'ruby:<< parameters.ruby-version >>'
environment:
BUNDLE_GEMFILE: << parameters.gemfile >>
BUNDLE_PATH: ../vendor/bundle
COVERALLS_PARALLEL: true
EAGER_LOAD: 'true'
steps:
- checkout
- restore_cache:
keys:
- v2.3-<< parameters.gemfile >>-<< parameters.ruby-version >>
- run: gem install bundler -v '1.17'
- run:
name: Install dependencies
command: bundle install
- save_cache:
key: v2.3-<< parameters.gemfile >>-<< parameters.ruby-version >>
paths:
- vendor/bundle
- run:
name: Run Specs
command:
Expand Down

0 comments on commit 858bce6

Please sign in to comment.