ci: reduce cache duplication
All checks were successful
ci/woodpecker/push/cd Pipeline was successful
All checks were successful
ci/woodpecker/push/cd Pipeline was successful
This commit is contained in:
parent
5c72daf88c
commit
325b62634a
|
@ -27,7 +27,7 @@ variables:
|
|||
from_secret: CACHE_S3_SECRET_ACCESS_KEY
|
||||
|
||||
cache_settings: &cache_settings
|
||||
cache_key: '{{ .Commit.Branch }}/{{ checksum "yarn.lock" }}'
|
||||
cache_key: '{{ checksum "yarn.lock" }}'
|
||||
archive_format: zstd
|
||||
bucket:
|
||||
from_secret: CACHE_S3_BUCKET
|
||||
|
|
Loading…
Reference in New Issue
Block a user