ci: use variable for cache path style
This commit is contained in:
parent
54ebd69e0b
commit
c921a9cf9f
@ -21,7 +21,6 @@ variables:
|
|||||||
from_secret: CACHE_S3_SECRET_ACCESS_KEY
|
from_secret: CACHE_S3_SECRET_ACCESS_KEY
|
||||||
|
|
||||||
cache_settings: &cache_step_settings
|
cache_settings: &cache_step_settings
|
||||||
path_style: true
|
|
||||||
cache_key: '{{ .Commit.Branch }}-{{ checksum "yarn.lock" }}'
|
cache_key: '{{ .Commit.Branch }}-{{ checksum "yarn.lock" }}'
|
||||||
archive_format: zstd
|
archive_format: zstd
|
||||||
bucket:
|
bucket:
|
||||||
@ -30,6 +29,8 @@ variables:
|
|||||||
from_secret: CACHE_S3_ENDPOINT
|
from_secret: CACHE_S3_ENDPOINT
|
||||||
region:
|
region:
|
||||||
from_secret: CACHE_S3_REGION
|
from_secret: CACHE_S3_REGION
|
||||||
|
path_style:
|
||||||
|
from_secret: CACHE_S3_USE_PATH_STYLE
|
||||||
mount:
|
mount:
|
||||||
- 'node_modules'
|
- 'node_modules'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user