Skip to content

Commit

Permalink
forcing new cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jan 23, 2019
1 parent 8087c25 commit 8bc5750
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 @@ -13,7 +13,7 @@ jobs:
# Load packages from cache
- restore_cache:
keys:
- v1-{{ arch }}-{{ .Branch }}-{{ checksum "/etc/docker-image-tag" }}-{{ checksum "requirements.txt" }}
- v2-{{ arch }}-{{ .Branch }}-{{ checksum "/etc/docker-image-tag" }}-{{ checksum "requirements.txt" }}

# Python 3 installation tasks
- run:
Expand All @@ -37,7 +37,7 @@ jobs:

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

Expand Down

0 comments on commit 8bc5750

Please sign in to comment.