Skip to content

Commit

Permalink
ci(cache): cache key bump
Browse files Browse the repository at this point in the history
  • Loading branch information
laser committed Nov 27, 2019
1 parent 09e1d51 commit 021d3ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@ commands:
steps:
- restore_cache:
keys:
- v17-proof-params-{{ arch }}
- v17b-proof-params-{{ arch }}
save_parameter_cache:
steps:
- save_cache:
key: v17-proof-params-{{ arch }}
key: v17b-proof-params-{{ arch }}
paths:
- "~/filecoin-proof-parameters/"

0 comments on commit 021d3ba

Please sign in to comment.