Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
[ci] remove cache fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde authored Mar 18, 2018
1 parent 2509291 commit 35542ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ aliases:
- &restore-dependencies-cache
keys:
- dependencies-{{ .Branch }}-{{ checksum "package-lock.json" }}
# fallback in case checksum fails
- dependencies-{{ .Branch }}

- &save-build-cache
key: build-cache-{{ .Environment.CIRCLE_SHA1 }}
Expand Down

0 comments on commit 35542ae

Please sign in to comment.