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

19 lines
249 B
YAML

when:
- event: push
branch: develop
steps:
- name: hello
image: alpine
commands:
- echo "Hello World!"
- name: compile
image: maven:3-amazoncorretto-17-alpine
commands:
- mvn clean compile