Patch woodpecker (#5)
Reviewed-on: Minecraft/minecraftmanagerplugin#5 Co-authored-by: jolheiser <john.olheiser@gmail.com> Co-committed-by: jolheiser <john.olheiser@gmail.com>pull/6/head
parent
cb6ab21eed
commit
ee4d75baf4
|
@ -15,6 +15,7 @@ pipeline:
|
||||||
image: "gradle:7.4-jdk17"
|
image: "gradle:7.4-jdk17"
|
||||||
when:
|
when:
|
||||||
branch: main
|
branch: main
|
||||||
|
event: push
|
||||||
release:
|
release:
|
||||||
image: jolheiser/drone-gitea-main:latest
|
image: jolheiser/drone-gitea-main:latest
|
||||||
settings:
|
settings:
|
||||||
|
@ -25,3 +26,4 @@ pipeline:
|
||||||
- "build/libs/*.jar"
|
- "build/libs/*.jar"
|
||||||
when:
|
when:
|
||||||
branch: main
|
branch: main
|
||||||
|
event: push
|
||||||
|
|
Loading…
Reference in New Issue