Add .woodpecker.yml
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
2026-04-28 05:04:16 +00:00
commit 383544c782
+6
View File
@@ -0,0 +1,6 @@
steps:
- name: hello
image: debian:12
commands:
- echo "Pipeline is alive!"
- echo "Running on $(hostname)"