test/.woodpecker.yml

7 lines
No EOL
126 B
YAML

steps:
- name: hello
image: alpine
commands:
- echo "Pipeline работает!"
- date
- hostname