Skip to content

Commit

Permalink
Modify circleci restore cache fallback key
Browse files Browse the repository at this point in the history
Signed-off-by: Sina Mahmoodi <itz.s1na@gmail.com>
  • Loading branch information
s1na committed Aug 30, 2018
1 parent 6d80842 commit 5405862
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ restore_node_modules: &restore_node_modules
name: Restore node_modules cache
keys:
- v1-node-{{ .Branch }}-{{ checksum "package.json" }}
- v1-node-{{ .Branch }}-
- v1-node-
- v1-node-{{ checksum "package.json" }}
jobs:
install:
<<: *defaults
Expand Down

0 comments on commit 5405862

Please sign in to comment.