no fallback

This commit is contained in:
Tommy Parnell
2018-01-03 01:15:45 -05:00
parent 02c462f28e
commit ad726f719b

View File

@@ -23,8 +23,6 @@ jobs:
- restore_cache: - restore_cache:
keys: keys:
- v1-dependencies-{{ checksum "yarn.lock" }} - v1-dependencies-{{ checksum "yarn.lock" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: yarn install - run: yarn install