From 6d7a6550f15a71e4038d3cc4a2219841c6c1525c Mon Sep 17 00:00:00 2001 From: Raimundo Herrera Date: Tue, 28 Jan 2020 15:32:10 -0300 Subject: [PATCH] fix(ci): avoid restoring cache due to unexpected errors --- .circleci/config.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 79a26e07..5fc7f36a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: