Clean up YAML

master
jolheiser 2022-01-11 03:07:37 +00:00
parent 700494f15b
commit 7173a70003
1 changed files with 20 additions and 23 deletions

View File

@ -1,23 +1,20 @@
clone:
git:
image: woodpeckerci/plugin-git:next
image: "woodpeckerci/plugin-git:next"
pipeline:
compliance:
image: gradle:7.3-jdk17
commands:
- gradle build
- gradle test
- "gradle build"
- "gradle test"
image: "gradle:7.3-jdk17"
when:
event: pull_request
release:
image: gradle:7.3-jdk17
environment:
- MAVEN_PASSWORD:
from_secret: maven_password
commands:
- gradle publish
- "gradle publish"
environment:
MAVEN_PASSWORD:
from_secret: maven_password
image: "gradle:7.3-jdk17"
when:
branch: master