Skip to content

Commit

Permalink
bump circle cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Oct 26, 2022
1 parent 1a0ead1 commit 38e1fd8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Expand Up @@ -14,10 +14,10 @@ jobs:

- restore_cache:
keys:
- venv-npm-5-{{ .Branch }}-{{ checksum "requirements.txt" }}-{{ checksum "browser-extension/package.json" }}
- venv-npm-5-{{ .Branch }}-{{ checksum "requirements.txt" }}
- venv-npm-5-{{ .Branch }}
- venv-npm-5
- venv-npm-6-{{ .Branch }}-{{ checksum "requirements.txt" }}-{{ checksum "browser-extension/package.json" }}
- venv-npm-6-{{ .Branch }}-{{ checksum "requirements.txt" }}
- venv-npm-6-{{ .Branch }}
- venv-npm-6

- run:
name: Base dependencies
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
npm run test
- save_cache:
key: venv-npm-5-{{ .Branch }}-{{ checksum "requirements.txt" }}-{{ checksum "browser-extension/package.json" }}
key: venv-npm-6-{{ .Branch }}-{{ checksum "requirements.txt" }}-{{ checksum "browser-extension/package.json" }}
paths:
- browser-extension/node_modules
- /home/circleci/.pyenv
Expand Down

0 comments on commit 38e1fd8

Please sign in to comment.