Skip to content

Commit cc2b788

Browse files
committed
Delete circle cache
1 parent 2dc7f3a commit cc2b788

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ common: &common
1919
when: on_fail
2020
- restore_cache:
2121
keys:
22-
- v4-cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
22+
- v5-cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
2323
- run:
2424
name: install dependencies
2525
command: pip install --user tox
@@ -33,7 +33,7 @@ common: &common
3333
- ~/.cache/pip
3434
- ~/.local
3535
- ./eggs
36-
key: v4-cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
36+
key: v5-cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
3737

3838
jobs:
3939
django20:

0 commit comments

Comments
 (0)