Skip to content

Commit

Permalink
remove unused cache commands ("Pipfile.lock" didn't even exists, so a…
Browse files Browse the repository at this point in the history
…ll cache commands errored out).
  • Loading branch information
bhamail committed Nov 11, 2019
1 parent 66b3e6f commit 476666d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,9 @@ jobs:
- checkout
- run: sudo chown -R circleci:circleci /usr/local/bin
- run: sudo chown -R circleci:circleci /usr/local/lib/python3.6/site-packages
- restore_cache:
# Read about caching dependencies: https://circleci.com/docs/2.0/caching/
key: deps9-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
- run:
command: |
sudo .circleci/ci-setup.sh
- save_cache: # cache Python dependencies using checksum of Pipfile as the cache-key
key: deps9-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
paths:
- ".venv"
- "/usr/local/bin"
- "/usr/local/lib/python3.6/site-packages"
- run:
command: |
.circleci/ci-run.sh
Expand Down

0 comments on commit 476666d

Please sign in to comment.