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

This commit is contained in:
rainerosion 2021-03-24 15:25:52 +08:00
parent 2bb943a574
commit 646683356f

View File

@ -8,3 +8,15 @@ steps:
pull: if-not-exists pull: if-not-exists
commands: commands:
- gradle build - gradle build
- ls ./
- ls ./build
- tree
# - name: gitea_release
# image: plugins/gitea-release
# settings:
# base_url: https://git.rainss.cn
# api_key:
# from_secret: gitea_token
# files: dist/*
# when:
# event: tag