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 92c6e2c5cc - Show all commits

View file

@ -1,7 +1,7 @@
pipeline:
# Download the cache from S3
restore-cache:
image: plugins/drone-s3-cache
image: plugins/s3-cache
pull: true
endpoint: $S3_ENDPOINT
@ -55,7 +55,7 @@ pipeline:
# =====REBUILD CACHE=====
rebuild-cache:
image: plugins/drone-s3-cache
image: plugins/s3-cache
endpoint: $S3_ENDPOINT
access_key: $S3_USER