From 799f1d3cc2ff19de438669a2382c1e2dd3be09ea Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 20 Jun 2025 19:08:25 +0200 Subject: [PATCH] t4 --- .woodpecker/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 36cdd45..2f86e8c 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -8,7 +8,7 @@ steps: commands: - echo "This is the build step" - echo "echo Foo" > executable - - run "chmod a+x executable" + - chmod a+x executable - name: a-test-step image: alpine commands: