Skip to content

Commit

Permalink
fix(ci): avoid restoring cache due to unexpected errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rjherrera committed Jan 28, 2020
1 parent 3ee0a9e commit 6d7a655
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,9 @@ jobs:
- checkout
- setup_remote_docker

- run: sudo chown -R circleci /usr/local/bundle
- restore_cache:
keys:
- potassium-bundle-{{ .Branch }}-
- potassium-bundle-master-
- potassium-bundle-
- run: gem install bundler:2.1.2
- run: bundle install --jobs=4 --retry=3
- run: gem install hound-cli
- save_cache:
key: potassium-bundle-{{ .Branch }}-{{ epoch }}
paths:
- /usr/local/bundle
- run:
command: bundle exec rspec --color --require spec_helper --format=doc --format progress $(circleci tests glob spec/**/*_spec.rb | circleci tests split)
environment:
Expand Down

0 comments on commit 6d7a655

Please sign in to comment.