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: clone:
git: git:
image: "woodpeckerci/plugin-git:next" image: "woodpeckerci/plugin-git:next"
steps: pipeline:
compliance: compliance:
image: "gradle:8.3-jdk17"
commands: commands:
- "gradle build" - "gradle build"
- "gradle test" - "gradle test"
image: "gradle:8.3-jdk17"
when: when:
event: pull_request event: pull_request
build: build:
image: "gradle:8.3-jdk17"
commands: commands:
- "gradle shadowJar" - "gradle shadowJar"
image: "gradle:8.3-jdk17"
when: when:
branch: main
event: push event: push
branch: main
release: release:
image: jolheiser/drone-gitea-main:latest image: jolheiser/drone-gitea-main:latest
settings: settings:
base: https://git.jojodev.com
token: token:
from_secret: gitea_token from_secret: gitea_token
base: https://git.jojodev.com
files: files:
- "build/libs/*.jar" - "build/libs/*.jar"
when: when:
branch: main event: push
event: push branch: main