CICD Upgrade #72

Merged
Jef Roosens merged 20 commits from 45-cicd into develop 2021-05-13 10:44:17 +02:00
Showing only changes of commit 63316314aa - Show all commits

View file

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