From 696bc642e6f14b1490c28ad1fe1f59ec6ed7a5f3 Mon Sep 17 00:00:00 2001 From: igor-dv Date: Mon, 11 Jun 2018 10:15:57 +0300 Subject: [PATCH] Refresh core-dist cache --- .circleci/config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e26b5d78653..0a8ff400033 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,7 +41,7 @@ jobs: - examples/vue-kitchen-sink/node_modules - save_cache: name: "Cache core dist" - key: core-dist-{{ .Revision }} + key: core-dist-v2-{{ .Revision }} paths: - addons - app @@ -57,7 +57,7 @@ jobs: - restore_cache: name: "Restore core dist cache" keys: - - core-dist-{{ .Revision }} + - core-dist-v2-{{ .Revision }} - run: name: Workaround for https://github.com/GoogleChrome/puppeteer/issues/290 command: sh ./scripts/workaround-puppeteer-issue-290.sh @@ -108,7 +108,7 @@ jobs: - restore_cache: name: "Restore core dist cache" keys: - - core-dist-{{ .Revision }} + - core-dist-v2-{{ .Revision }} - run: name: "Run react kitchen-sink (smoke test)" @@ -151,7 +151,7 @@ jobs: - restore_cache: name: "Restore core dist cache" keys: - - core-dist-{{ .Revision }} + - core-dist-v2-{{ .Revision }} - run: name: "Bootstrap" command: | @@ -214,7 +214,7 @@ jobs: - restore_cache: name: "Restore core dist cache" keys: - - core-dist-{{ .Revision }} + - core-dist-v2-{{ .Revision }} - run: name: "Lint" command: | @@ -230,7 +230,7 @@ jobs: - restore_cache: name: "Restore core dist cache" keys: - - core-dist-{{ .Revision }} + - core-dist-v2-{{ .Revision }} - run: name: "Run unit tests" command: | @@ -251,7 +251,7 @@ jobs: - restore_cache: name: "Restore core dist cache" keys: - - core-dist-{{ .Revision }} + - core-dist-v2-{{ .Revision }} - run: name: "Test CLI" command: | @@ -271,7 +271,7 @@ jobs: - restore_cache: name: "Restore core dist cache" keys: - - core-dist-{{ .Revision }} + - core-dist-v2-{{ .Revision }} - run: name: "Test CLI with latest CR(N)A" command: |