Skip to content

Commit

Permalink
chore: bump caches for www build (#19587)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-allanson authored and sidharthachatterjee committed Nov 18, 2019
1 parent 4e54d39 commit 1f35ed3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,9 @@ jobs:
steps:
- checkout
- restore_cache:
key: v1_www_public_dir
key: v2_www_public_dir
- restore_cache:
key: v1_www_cache_dir
key: v2_www_cache_dir
- run:
command: yarn
working_directory: ~/project/www
Expand All @@ -301,11 +301,11 @@ jobs:
command: GATSBY_CPU_COUNT=8 yarn build
working_directory: ~/project/www
- save_cache:
key: v1_www_public_dir_{{ epoch }}
key: v2_www_public_dir_{{ epoch }}
paths:
- ~/project/www/public
- save_cache:
key: v1_www_cache_dir_{{ epoch }}
key: v2_www_cache_dir_{{ epoch }}
paths:
- ~/project/www/.cache

Expand All @@ -315,7 +315,7 @@ jobs:
steps:
- checkout
- restore_cache:
key: v1_www_public_dir
key: v2_www_public_dir
- run:
command: yarn add netlify-cli
working_directory: ~/project/www
Expand Down

0 comments on commit 1f35ed3

Please sign in to comment.