Skip to content

Commit

Permalink
Move CCI to a different cache key to force clean use
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann authored and renovate[bot] committed May 27, 2024
1 parent df50093 commit b2fcaf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ commands:
keys:
# Find a cache corresponding to this specific package-lock.json checksum
# when this file is changed, this key will fail
- v1-npm-deps-{{ checksum "UI/yarn.lock" }}
- v1-yarn-deps-{{ checksum "UI/yarn.lock" }}
# Find the most recently generated cache used from any branch
- v1-npm-deps-
- v1-yarn-deps-

- run:
name: Make JS + README
Expand All @@ -147,7 +147,7 @@ commands:
make readme
- save_cache:
key: v1-npm-deps-{{ checksum "UI/yarn.lock" }}
key: v1-yarn-deps-{{ checksum "UI/yarn.lock" }}
paths:
- UI/node_modules

Expand Down

0 comments on commit b2fcaf6

Please sign in to comment.