remove CRL caching from CircleCI config
This commit is contained in:
parent
22af868557
commit
c534ceda59
@ -84,18 +84,9 @@ jobs:
|
||||
paths:
|
||||
- ./node_modules
|
||||
key: node-v1-{{ .Branch }}-{{ checksum "yarn.lock" }}
|
||||
- restore_cache:
|
||||
name: "Load Cache: CRLs"
|
||||
keys:
|
||||
- disa-crls-v2
|
||||
- run:
|
||||
name: "Update CRLs"
|
||||
command: ./script/sync-crls
|
||||
- save_cache:
|
||||
name: "Save Cache: CRLs"
|
||||
paths:
|
||||
- ./crl
|
||||
key: disa-crls-v2-{{ .Branch }}-{{ epoch}}
|
||||
- run:
|
||||
name: "Generate build info"
|
||||
command: ./script/generate_build_info.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user