Flush CRL cache
This commit is contained in:
parent
f6fdb44a87
commit
43057e2fc0
@ -83,8 +83,7 @@ jobs:
|
|||||||
- restore_cache:
|
- restore_cache:
|
||||||
name: "Load Cache: CRLs"
|
name: "Load Cache: CRLs"
|
||||||
keys:
|
keys:
|
||||||
- disa-crls-v1
|
- disa-crls-v2
|
||||||
- disa-crls
|
|
||||||
- run:
|
- run:
|
||||||
name: "Update CRLs"
|
name: "Update CRLs"
|
||||||
command: ./script/sync-crls
|
command: ./script/sync-crls
|
||||||
@ -92,7 +91,7 @@ jobs:
|
|||||||
name: "Save Cache: CRLs"
|
name: "Save Cache: CRLs"
|
||||||
paths:
|
paths:
|
||||||
- ./crl
|
- ./crl
|
||||||
key: disa-crls-v1-{{ .Branch }}-{{ epoch}}
|
key: disa-crls-v2-{{ .Branch }}-{{ epoch}}
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: .
|
root: .
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user