Skip to content

Commit

Permalink
Change UI cache prefix (#9649)
Browse files Browse the repository at this point in the history
Builds on the main branch have been failing, perhaps due to
a corrupt cache.
  • Loading branch information
backspace committed Dec 16, 2020
2 parents d9b7fd7 + e360410 commit 51f50df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,13 +254,12 @@ jobs:
- checkout
- restore_cache:
keys:
- v2-deps-{{ checksum "ui/yarn.lock" }}
- v2-deps-
- v3-deps-{{ checksum "ui/yarn.lock" }}
- run:
name: yarn install
command: cd ui && yarn install
- save_cache:
key: v2-deps-{{ checksum "ui/yarn.lock" }}
key: v3-deps-{{ checksum "ui/yarn.lock" }}
paths:
- ./ui/node_modules
- run:
Expand Down

0 comments on commit 51f50df

Please sign in to comment.