wip
Some checks failed
ci/woodpecker/push/test Pipeline failed
checks / tflint (push) Has been cancelled
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled

This commit is contained in:
cătălin 2026-04-03 22:45:01 +02:00
commit 9a398a1177
No known key found for this signature in database
3 changed files with 120 additions and 10 deletions

16
.woodpecker/test.yaml Normal file
View file

@ -0,0 +1,16 @@
---
when:
- event: push
branch: feat/woodpecker-ci
steps:
- name: build
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