forked from Deuxfleurs/garage
yea more gzip
This commit is contained in:
parent
bcf727f9c1
commit
a3d9d0faac
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue