diff --git a/.circleci/config.yml b/.circleci/config.yml index a31e2377..5f304ed7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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