Skip to content

Commit

Permalink
clear cache by updating cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshkshah1992 committed Nov 21, 2023
1 parent b11bd31 commit 2fff3d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ commands:
- restore_cache:
name: Restore parameters cache
keys:
- 'v26-2k-lotus-params'
- 'v27-2k-lotus-params'
paths:
- /var/tmp/filecoin-proof-parameters/
- run: ./lotus fetch-params 2048
- save_cache:
name: Save parameters cache
key: 'v26-2k-lotus-params'
key: 'v27-2k-lotus-params'
paths:
- /var/tmp/filecoin-proof-parameters/
install_ipfs:
Expand Down
4 changes: 2 additions & 2 deletions .circleci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ commands:
- restore_cache:
name: Restore parameters cache
keys:
- 'v26-2k-lotus-params'
- 'v27-2k-lotus-params'
paths:
- /var/tmp/filecoin-proof-parameters/
- run: ./lotus fetch-params 2048
- save_cache:
name: Save parameters cache
key: 'v26-2k-lotus-params'
key: 'v27-2k-lotus-params'
paths:
- /var/tmp/filecoin-proof-parameters/
install_ipfs:
Expand Down

0 comments on commit 2fff3d5

Please sign in to comment.