remove CRL caching from CircleCI config

This commit is contained in:
dandds 2019-02-27 05:51:36 -05:00
parent 22af868557
commit c534ceda59

View File

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