test-ci/.woodpecker.yml

7 lines
106 B
YAML

steps:
- name: test
image: alpine
commands:
- echo "Hello from Woodpecker\!"
- date