[build][ci] update yarn cache key

This commit is contained in:
Salakar 2018-09-03 21:51:52 +01:00
parent ff6a28fd96
commit c6466fafef
1 changed files with 3 additions and 3 deletions

View File

@ -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: