From 46667907842c434d1dbe20d05d7cce6fae18f233 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Mon, 10 May 2021 21:57:15 +0200 Subject: [PATCH] [#45] Edited broken env vars --- .woodpecker.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a990696..706c517 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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