java-commons/.woodpecker.yml
JFronny 7ba1d2aecb
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci: use "steps" instead of "pipeline"
2024-03-09 14:54:11 +01:00

12 lines
270 B
YAML

steps:
maven:
image: gradle:latest
pull: true
commands:
- apt update
- apt install -y graphviz
- gradle publish -Pmaven="https://maven.frohnmeyer-wds.de/artifacts"
secrets: [ maven_token, maven_name ]
when:
- branch: master