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

Commit

Permalink
Skip restore_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Binns-Smith committed Jul 22, 2020
1 parent f202a30 commit 1465f4d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 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 All @@ -24,10 +24,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 All @@ -44,10 +44,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 1465f4d

Please sign in to comment.