Add crl sync and crl file caching
This commit is contained in:
parent
3fc8f6e970
commit
dd578f6f3f
@ -22,4 +22,12 @@ jobs:
|
||||
command: |
|
||||
git submodule update --init --recursive
|
||||
- run: ./script/setup
|
||||
- restore_cache:
|
||||
keys:
|
||||
- disa-crls
|
||||
- run: ./script/sync-crls
|
||||
- save_cache:
|
||||
paths:
|
||||
- ./crl
|
||||
key: disa-crls
|
||||
- run: ./script/cibuild
|
||||
|
Loading…
x
Reference in New Issue
Block a user