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