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