From a33bc72b2133ba38098e6ae75f94024c4ebfa9fe Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Thu, 19 Apr 2018 10:34:09 -0400 Subject: [PATCH] Avoid using cached .babel-cache and .meteor from other branches. https://github.com/meteor/meteor/pull/9826#issuecomment-382758704 cc @abernix @hwillson @jamesmillerburgess --- .circleci/config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e8ec90fb4f..85fa5725c4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -119,9 +119,8 @@ jobs: - v1-dev-bundle-cache- - restore_cache: keys: - - v1-other-deps-cache-{{ .Branch }}-{{ .Revision }} - - v1-other-deps-cache-{{ .Branch }} - - v1-other-deps-cache- + - v2-other-deps-cache-{{ .Branch }}-{{ .Revision }} + - v2-other-deps-cache-{{ .Branch }}- - restore_cache: keys: - v1-test-groups-{{ .Branch }} @@ -697,7 +696,7 @@ jobs: paths: - "dev_bundle" - save_cache: - key: v1-other-deps-cache-{{ .Branch }}-{{ .Revision }} + key: v2-other-deps-cache-{{ .Branch }}-{{ .Revision }} paths: - ".babel-cache" - ".meteor"