Skip to content

Commit

Permalink
clearing CircleCI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jan 8, 2020
1 parent 9037205 commit a209ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Load packages from cache
- restore_cache:
keys:
- v3-{{ arch }}-{{ .Branch }}-{{ checksum "/etc/docker-image-tag" }}-{{ checksum "requirements.txt" }}
- v4-{{ arch }}-{{ .Branch }}-{{ checksum "/etc/docker-image-tag" }}-{{ checksum "requirements.txt" }}

# Python 3 installation tasks
- run:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:

# Save packages to cache
- save_cache:
key: v3-{{ arch }}-{{ .Branch }}-{{ checksum "/etc/docker-image-tag" }}-{{ checksum "requirements.txt" }}
key: v4-{{ arch }}-{{ .Branch }}-{{ checksum "/etc/docker-image-tag" }}-{{ checksum "requirements.txt" }}
paths:
- /usr/local/lib/python3.6/site-packages

Expand Down

0 comments on commit a209ca2

Please sign in to comment.