Fixed (real)
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details

main latest
Joey Hines 2023-09-02 12:42:32 -06:00
parent 68cc890627
commit 2cdd561c13
Signed by: joeyahines
GPG Key ID: 995E531F7A569DDB
1 changed files with 7 additions and 7 deletions

View File

@ -1,29 +1,29 @@
clone:
git:
image: "woodpeckerci/plugin-git:next"
steps:
pipeline:
compliance:
image: "gradle:8.3-jdk17"
commands:
- "gradle build"
- "gradle test"
image: "gradle:8.3-jdk17"
when:
event: pull_request
build:
image: "gradle:8.3-jdk17"
commands:
- "gradle shadowJar"
image: "gradle:8.3-jdk17"
when:
branch: main
event: push
branch: main
release:
image: jolheiser/drone-gitea-main:latest
settings:
base: https://git.jojodev.com
token:
from_secret: gitea_token
base: https://git.jojodev.com
files:
- "build/libs/*.jar"
when:
branch: main
event: push
event: push
branch: main