try second pipeline

This commit is contained in:
Pedro Pérez 2025-05-29 15:03:49 +02:00
parent d2349532a7
commit 74616fcf95

View File

@ -1,11 +1,5 @@
when:
- event: push
branch: main
steps:
- name: build
image: golang:1.23
pipeline:
hello:
image: alpine
commands:
- echo "This is the build step"
- echo "binary-data-123" > executable
- echo "something else" > executable2
- echo "Hola desde Woodpecker"