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: