Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
comment restore cache
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjackgardner committed Jul 23, 2020
1 parent f202a30 commit 78e1191
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "yarn.lock" }}
- v1-dependencies-
# - restore_cache:
# keys:
# - v1-dependencies-{{ checksum "yarn.lock" }}
# - v1-dependencies-
- run: yarn
- save_cache:
paths:
Expand Down

0 comments on commit 78e1191

Please sign in to comment.