From 863c5fa87fdb6c354777008d5148e2783217153f Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Wed, 8 Jan 2020 17:36:33 -0500 Subject: [PATCH] Bump Circle CI cache keys to fix spurious Babel error. --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6fd604a470..4595f392b6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -128,9 +128,9 @@ jobs: - package-npm-deps-cache-group2-v3- - restore_cache: keys: - - v3-other-deps-cache-{{ .Branch }}-{{ checksum "meteor" }}-{{ .Revision }} - - v3-other-deps-cache-{{ .Branch }}-{{ checksum "meteor" }}- - - v3-other-deps-cache-{{ .Branch }}- + - v4-other-deps-cache-{{ .Branch }}-{{ checksum "meteor" }}-{{ .Revision }} + - v4-other-deps-cache-{{ .Branch }}-{{ checksum "meteor" }}- + - v4-other-deps-cache-{{ .Branch }}- - restore_cache: keys: - v1-test-groups-{{ .Branch }} @@ -756,7 +756,7 @@ jobs: - packages/fetch/.npm/package/node_modules - packages/non-core/mongo-decimal/.npm/package/node_modules - save_cache: - key: v3-other-deps-cache-{{ .Branch }}-{{ checksum "meteor" }}-{{ .Revision }} + key: v4-other-deps-cache-{{ .Branch }}-{{ checksum "meteor" }}-{{ .Revision }} paths: - ".babel-cache" - ".meteor"