diff options
Diffstat (limited to '.woodpecker.yaml')
-rw-r--r-- | .woodpecker.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 1754e21..cf057a6 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -7,9 +7,9 @@ steps: image: debian commands: - echo "This is the build step" - - echo "binary-data-123" > executable - name: a-test-step image: golang:1.16 commands: - echo "Testing ..." - ./executable + |