Skip to content

Commit

Permalink
circle: bump cache version to fix current build breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Jan 28, 2021
1 parent a917ae8 commit da44391
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:

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

- run:
name: Base dependencies
Expand Down Expand Up @@ -66,7 +65,7 @@ jobs:
npm run test
- save_cache:
key: venv-npm-{{ .Branch }}-{{ checksum "requirements.txt" }}-{{ checksum "browser-extension/package.json" }}
key: venv-npm-2-{{ .Branch }}-{{ checksum "requirements.txt" }}-{{ checksum "browser-extension/package.json" }}
paths:
- "local"
- "browser-extension/node_modules"
Expand Down

0 comments on commit da44391

Please sign in to comment.