From ff1631b5251db42a3ddf604bdd68cbb8725c588a Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Mon, 10 May 2021 21:54:03 +0200 Subject: [PATCH] [#45] Fixed first of probably many errors --- .woodpecker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 0711f6f..1a0bef0 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -71,7 +71,8 @@ pipeline: secrets: [ s3_endpoint, s3_user, s3_password ] # Push the cache, even on failure - when: [ success, failure ] + when: + status: [ success, failure ] # publish-builder: