We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b376962 commit 499963bCopy full SHA for 499963b
1 file changed
.circleci/config.yml
@@ -21,8 +21,8 @@ jobs:
21
- restore_cache:
22
keys:
23
# when lock file changes, use increasingly general patterns to restore cache
24
- - strapi-plugin-navigation-1746548904-{{ checksum "yarn.lock" }}
25
- - strapi-plugin-navigation-1746548904
+ - strapi-plugin-navigation-1769093486-{{ checksum "yarn.lock" }}
+ - strapi-plugin-navigation-1769093486
26
- run:
27
name: Echo versions
28
command: |
@@ -45,7 +45,7 @@ jobs:
45
- save_cache:
46
paths:
47
- ./node_modules
48
- key: strapi-plugin-navigation-1746548904-{{ checksum "yarn.lock" }}
+ key: strapi-plugin-navigation-1769093486-{{ checksum "yarn.lock" }}
49
- persist_to_workspace:
50
root: ~/repo
51
paths: .
0 commit comments