Clean up drone file
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

master
Garrett Mills 3 years ago
parent 268110ac8d
commit 5626dc1a90
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -2,13 +2,15 @@ kind: pipeline
name: default
type: docker
steps:
- name: Run the Gradle build
# ============ MAIN BUILD ============
- name: run the Gradle build
image: glmdev/java-gradle-maven
commands:
- ./prep_workspace.bash
- ./gradlew build shadowJar reobfShadowJar
- ls ./build/libs
# ============ TAG RELEASE ============
- name: release
image: plugins/gitea-release
settings:
@ -22,6 +24,7 @@ steps:
when:
event: tag
# ============ NOTIFICATIONS ============
- name: send build success notifications
image: plugins/webhook
settings:

Loading…
Cancel
Save