Files
CloudflareDNS-java/.woodpecker/first-test.yml
T

12 lines
172 B
YAML

when:
- event: push
branch: develop
steps:
- name: hello
image: alpine
commands:
- echo "Hello World!"
- echo "This is a test step"