Добавить .woodpecker.yml

This commit is contained in:
caps 2026-03-15 02:45:05 +00:00
commit 4710e2dd11

7
.woodpecker.yml Normal file
View file

@ -0,0 +1,7 @@
steps:
- name: hello
image: alpine
commands:
- echo "Pipeline работает!"
- date
- hostname