Skip to content

Commit

Permalink
ci: remove fallback cache
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed May 12, 2020
1 parent 0b35f5c commit b2297e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
- restore_cache:
keys:
- v1-dependencies-{{ checksum "yarn.lock" }}
- v1-dependencies- # used if checksum fails

- run: yarn install

Expand Down

0 comments on commit b2297e5

Please sign in to comment.