Skip to content

Commit 499963b

Browse files
committed
chore: reset circleci cache
1 parent b376962 commit 499963b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- restore_cache:
2222
keys:
2323
# when lock file changes, use increasingly general patterns to restore cache
24-
- strapi-plugin-navigation-1746548904-{{ checksum "yarn.lock" }}
25-
- strapi-plugin-navigation-1746548904
24+
- strapi-plugin-navigation-1769093486-{{ checksum "yarn.lock" }}
25+
- strapi-plugin-navigation-1769093486
2626
- run:
2727
name: Echo versions
2828
command: |
@@ -45,7 +45,7 @@ jobs:
4545
- save_cache:
4646
paths:
4747
- ./node_modules
48-
key: strapi-plugin-navigation-1746548904-{{ checksum "yarn.lock" }}
48+
key: strapi-plugin-navigation-1769093486-{{ checksum "yarn.lock" }}
4949
- persist_to_workspace:
5050
root: ~/repo
5151
paths: .

0 commit comments

Comments
 (0)