.woodpecker.yml aktualisiert

This commit is contained in:
PurpleCow 2025-05-21 17:59:15 +02:00
parent 49172301e1
commit 816028d829

View File

@ -1,5 +1,15 @@
pipeline:
first-job:
image: busybox
when:
- event: push
branch: main
steps:
- name: build
image: debian
commands:
- echo "first run"
- echo "This is the build step"
- echo "binary-data-123" > executable
- name: a-test-step
image: golang:1.16
commands:
- echo "Testing ..."
- ./executable