Flush CRL cache

This commit is contained in:
Devon Mackay 2018-09-19 14:19:01 -04:00 committed by Patrick Smith
parent f6fdb44a87
commit 43057e2fc0

View File

@ -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: