parent
92c6e2c5cc
commit
4666790784
|
@ -4,9 +4,9 @@ pipeline:
|
||||||
image: plugins/s3-cache
|
image: plugins/s3-cache
|
||||||
pull: true
|
pull: true
|
||||||
|
|
||||||
endpoint: $S3_ENDPOINT
|
endpoint: ${S3_ENDPOINT}
|
||||||
access_key: $S3_USER
|
access_key: ${S3_USER}
|
||||||
secret_key: $S3_PASSWORD
|
secret_key: ${S3_PASSWORD}
|
||||||
root: fej_build-cache
|
root: fej_build-cache
|
||||||
restore: true
|
restore: true
|
||||||
|
|
||||||
|
@ -57,9 +57,9 @@ pipeline:
|
||||||
rebuild-cache:
|
rebuild-cache:
|
||||||
image: plugins/s3-cache
|
image: plugins/s3-cache
|
||||||
|
|
||||||
endpoint: $S3_ENDPOINT
|
endpoint: ${S3_ENDPOINT}
|
||||||
access_key: $S3_USER
|
access_key: ${S3_USER}
|
||||||
secret_key: $S3_PASSWORD
|
secret_key: ${S3_PASSWORD}
|
||||||
root: fej_build-cache
|
root: fej_build-cache
|
||||||
rebuild: true
|
rebuild: true
|
||||||
flush: true
|
flush: true
|
||||||
|
|
Loading…
Reference in New Issue