Skip to content

Commit

Permalink
Attempt to fix circleci build
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdanis committed Feb 27, 2018
1 parent 52b5942 commit 2731c61
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
aliases:
- &restore-cache
keys:
- v1-dependencies-{{ .Branch }}-{{ "yarn.lock" }}
# Fallback in case checksum fails
- v1-dependencies-{{ .Branch }}-
- v1-dependencies-{{ .Branch }}-{{ checksum "yarn.lock" }}

- &save-cache
paths:
- node_modules
- website/node_modules
key: v1-dependencies-{{ .Branch }}-{{ "yarn.lock" }}
key: v1-dependencies-{{ .Branch }}-{{ checksum "yarn.lock" }}

- &yarn-install
run: |
Expand Down

0 comments on commit 2731c61

Please sign in to comment.