yea more gzip
This commit is contained in:
parent
bcf727f9c1
commit
a3d9d0faac
@ -12,7 +12,9 @@ steps:
|
|||||||
pull: true
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
restore: true
|
restore: true
|
||||||
|
archive_format: "gzip"
|
||||||
bucket: drone-cache
|
bucket: drone-cache
|
||||||
|
cache_key: '{{ .Repo.Name }}_{{ checksum "Cargo.lock" }}_{{ arch }}_{{ os }}_gzip'
|
||||||
region: garage
|
region: garage
|
||||||
mount:
|
mount:
|
||||||
- 'target'
|
- 'target'
|
||||||
@ -38,6 +40,7 @@ steps:
|
|||||||
rebuild: true
|
rebuild: true
|
||||||
archive_format: "gzip"
|
archive_format: "gzip"
|
||||||
bucket: drone-cache
|
bucket: drone-cache
|
||||||
|
cache_key: '{{ .Repo.Name }}_{{ checksum "Cargo.lock" }}_{{ arch }}_{{ os }}_gzip'
|
||||||
region: garage
|
region: garage
|
||||||
mount:
|
mount:
|
||||||
- 'target'
|
- 'target'
|
||||||
|
Loading…
Reference in New Issue
Block a user