[#45] Another try at fixing the ci
continuous-integration/drone the build failed Details

pull/72/head
Jef Roosens 2021-05-11 20:43:51 +02:00
parent 0ec5e33860
commit 63316314aa
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 4 additions and 6 deletions

View File

@ -4,15 +4,13 @@ pipeline:
image: plugins/s3-cache image: plugins/s3-cache
pull: true pull: true
endpoint: ${S3_ENDPOINT} endpoint: https://s3.roosens.me
access_key: ${S3_USER} access_key: ${S3_USER}
secret_key: ${S3_PASSWORD} secret_key: ${S3_PASSWORD}
root: build-cache root: /build-cache
restore: true restore: true
path_style: true
debug: true
secrets: [ s3_endpoint, s3_user, s3_password ] secrets: [ s3_user, s3_password ]
# =====LINTING===== # =====LINTING=====
@ -59,7 +57,7 @@ pipeline:
rebuild-cache: rebuild-cache:
image: plugins/s3-cache image: plugins/s3-cache
endpoint: ${S3_ENDPOINT} endpoint: https://s3.roosens.me
access_key: ${S3_USER} access_key: ${S3_USER}
secret_key: ${S3_PASSWORD} secret_key: ${S3_PASSWORD}
root: build-cache root: build-cache