]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
ci: clear cache
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 4 Nov 2020 21:38:36 +0000 (22:38 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 4 Nov 2020 21:38:36 +0000 (22:38 +0100)
circle.yml

index b6354d987d7a194c032b1ca3a4179af61accc9bf..402562287fa0034ddfa1f49d26bfc60f131cd7d0 100644 (file)
@@ -16,9 +16,9 @@ jobs:
       - checkout
       - restore_cache:
           keys:
-            - v2-dependencies-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
-            - v2-dependencies-cache-{{ .Branch }}-
-            - v2-dependencies-cache-
+            - v3-dependencies-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
+            - v3-dependencies-cache-{{ .Branch }}-
+            - v3-dependencies-cache-
       - run: yarn install --frozen-lockfile
       - persist_to_workspace:
           root: ~/project
@@ -79,7 +79,7 @@ jobs:
       - run: yarn run test:dts
       # Save cache after this task. At this point e2e are still running
       - save_cache:
-          key: v2-dependencies-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
+          key: v3-dependencies-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
           paths:
             - node_modules