This commit is contained in:
parent
2bb943a574
commit
646683356f
14
.drone.yml
14
.drone.yml
@ -7,4 +7,16 @@ steps:
|
|||||||
image: gradle:jdk8
|
image: gradle:jdk8
|
||||||
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
|
||||||
Loading…
Reference in New Issue
Block a user