Files
homeserver/woodpecker.yaml
2025-07-03 11:33:05 +03:00

15 lines
281 B
YAML

when:
- event: push
branch: main
steps:
- name: build
image: debian
commands:
- echo "This is the build step"
- echo "binary-data-123" > executable
- name: a-test-step
image: golang:1.24
commands:
- echo "Testing ..."
- go version