yea more gzip

This commit is contained in:
Alex 2021-02-10 13:11:13 +01:00
parent bcf727f9c1
commit a3d9d0faac
1 changed files with 3 additions and 0 deletions

View File

@ -12,7 +12,9 @@ steps:
pull: true
settings:
restore: true
archive_format: "gzip"
bucket: drone-cache
cache_key: '{{ .Repo.Name }}_{{ checksum "Cargo.lock" }}_{{ arch }}_{{ os }}_gzip'
region: garage
mount:
- 'target'
@ -38,6 +40,7 @@ steps:
rebuild: true
archive_format: "gzip"
bucket: drone-cache
cache_key: '{{ .Repo.Name }}_{{ checksum "Cargo.lock" }}_{{ arch }}_{{ os }}_gzip'
region: garage
mount:
- 'target'