From b3b29a2e635e18f15ace05f4c7766c76ad6b862a Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Wed, 31 Jan 2024 12:27:49 +0100 Subject: [PATCH] cmds --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 1153c8a..2652817 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ steps: build_and_release: image: woodpeckerci/plugin-kaniko:next pull: true - command: + commands: - "rm /kaniko/plugin.sh" - "curl https://raw.githubusercontent.com/nicolas-r/plugin-kaniko/some-fixes/plugin.sh > /kaniko/plugin.sh" - "./kaniko/plugin.sh"