[#45] Edited broken env vars
continuous-integration/drone the build failed Details

pull/72/head
Jef Roosens 2021-05-10 21:57:15 +02:00
parent 92c6e2c5cc
commit 4666790784
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 6 additions and 6 deletions

View File

@ -4,9 +4,9 @@ pipeline:
image: plugins/s3-cache
pull: true
endpoint: $S3_ENDPOINT
access_key: $S3_USER
secret_key: $S3_PASSWORD
endpoint: ${S3_ENDPOINT}
access_key: ${S3_USER}
secret_key: ${S3_PASSWORD}
root: fej_build-cache
restore: true
@ -57,9 +57,9 @@ pipeline:
rebuild-cache:
image: plugins/s3-cache
endpoint: $S3_ENDPOINT
access_key: $S3_USER
secret_key: $S3_PASSWORD
endpoint: ${S3_ENDPOINT}
access_key: ${S3_USER}
secret_key: ${S3_PASSWORD}
root: fej_build-cache
rebuild: true
flush: true