Skip to content

Commit

Permalink
clearing cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Sep 19, 2018
1 parent fe9cf1c commit 1a79f9d
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 @@ -12,7 +12,7 @@ jobs:
# Load packages from cache
- restore_cache: &restore_req_cache
keys:
- v24-{{ arch }}-{{ .Branch }}-{{ checksum "/etc/docker-image-tag" }}-{{ checksum "requirements.txt" }}
- v25-{{ arch }}-{{ .Branch }}-{{ checksum "/etc/docker-image-tag" }}-{{ checksum "requirements.txt" }}

# Python 3 installation tasks
- run: &install_pkg_utils
Expand All @@ -33,7 +33,7 @@ jobs:

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

Expand Down

0 comments on commit 1a79f9d

Please sign in to comment.