mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-04 20:07:41 +00:00
yea more gzip
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user