更新 '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
rainerosion 2021-03-24 15:29:53 +08:00
parent 646683356f
commit 39b25e3c60

View File

@ -7,10 +7,9 @@ steps:
image: gradle:jdk8 image: gradle:jdk8
pull: if-not-exists pull: if-not-exists
commands: commands:
- gradle build - gradle shadowJar
- ls ./ - ls ./
- ls ./build - ls ./build
- tree
# - name: gitea_release # - name: gitea_release
# image: plugins/gitea-release # image: plugins/gitea-release
# settings: # settings: