Skip to content

Commit

Permalink
chore: fix cache restore names again (#15821)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-allanson committed Jul 17, 2019
1 parent 46521b9 commit 67ccf74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ jobs:
steps:
- checkout
- restore_cache:
key: www_public_dir_1_
key: www_public_dir_1
- restore_cache:
key: www_cache_dir_1_
key: www_cache_dir_1
- run:
command: yarn
working_directory: ~/project/www
Expand All @@ -248,7 +248,7 @@ jobs:
steps:
- checkout
- restore_cache:
key: www_public_dir_1_
key: www_public_dir_1
- run:
command: yarn add netlify-cli
working_directory: ~/project/www
Expand Down

0 comments on commit 67ccf74

Please sign in to comment.