pipeline from woodpecker docs
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Pedro Pérez 2025-05-29 22:05:24 +02:00
parent 4df8243efe
commit 21b270018f

View File

@ -1,5 +1,15 @@
pipeline: when:
hello: - event: push
image: alpine branch: main
steps:
- name: build
image: debian
commands: commands:
- echo "Hola desde Woodpecker intento 2" - echo "This is the build step"
- echo "binary-data-123" > executable
- name: a-test-step
image: golang:1.16
commands:
- echo "Testing ..."
- ./executable