Skip to content

Commit

Permalink
chore: write specific cache name, restore fuzzily on prefix (#15818)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-allanson committed Jul 17, 2019
1 parent 86348eb commit 7d7acf0
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_{{ epoch }}
key: www_public_dir_1_
- restore_cache:
key: www_cache_dir_1_{{ epoch }}
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_{{ epoch }}
key: www_public_dir_1_
- run:
command: yarn add netlify-cli
working_directory: ~/project/www
Expand Down

0 comments on commit 7d7acf0

Please sign in to comment.