From 63316314aadcbecbcb7ce22e6b3762e7f1b9e474 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Tue, 11 May 2021 20:43:51 +0200 Subject: [PATCH] [#45] Another try at fixing the ci --- .woodpecker.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index bf18661..45a12f3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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