Skip to content

Commit

Permalink
Do not use circleci cache
Browse files Browse the repository at this point in the history
There's some problem with cache in every test case execution and I don't
have the time to fix it.
  • Loading branch information
Javier Collado committed Jul 5, 2018
1 parent 24254be commit 426ffd5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
parallelism: 3
steps:
- checkout
- restore_cache:
key: rabbithole-{{ .Branch }}-{{ .Environment.CIRCLE_NODE_INDEX }}
- run: |
set -e
case $CIRCLE_NODE_INDEX in
Expand All @@ -22,7 +20,3 @@ jobs:
tox -e flake8
;;
esac
- save_cache:
key: rabbithole-{{ .Branch }}-{{ .Environment.CIRCLE_NODE_INDEX }}-{{ checksum "requirements/common.txt" }}
paths:
- ~/rabbithole/.tox

0 comments on commit 426ffd5

Please sign in to comment.