更新 '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
rainerosion 2021-03-24 15:32:34 +08:00
parent 39b25e3c60
commit 2c717e4635

View File

@ -7,7 +7,7 @@ steps:
image: gradle:jdk8 image: gradle:jdk8
pull: if-not-exists pull: if-not-exists
commands: commands:
- gradle shadowJar - gradle bootJar
- ls ./ - ls ./
- ls ./build - ls ./build
# - name: gitea_release # - name: gitea_release