From c6466fafef95a8ebf51d612a55b92e3e6f64fbfe Mon Sep 17 00:00:00 2001 From: Salakar Date: Mon, 3 Sep 2018 21:51:52 +0100 Subject: [PATCH] [build][ci] update yarn cache key --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bbd9862c..64ecc39c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,14 +8,14 @@ aliases: # ------------------------- - &restore-yarn-cache keys: - - v1-yarn-cache-{{ arch }}-{{ checksum "package.json" }}-{{ checksum "tests/package.json" }} - - v1-yarn-cache-{{ arch }} + - yarn-cache-{{ arch }}-{{ checksum "package.json" }}-{{ checksum "tests/package.json" }} + - yarn-cache-{{ arch }} - &save-yarn-cache paths: - ~/.cache/yarn - ~/Library/Detox/ios - key: v1-yarn-cache-{{ arch }}-{{ checksum "package.json" }}-{{ checksum "tests/package.json" }} + key: yarn-cache-{{ arch }}-{{ checksum "package.json" }}-{{ checksum "tests/package.json" }} - &save-pods-cache paths: