1
0
Fork 0
android-builder/drone.yml.example

12 lines
244 B
Plaintext
Raw Permalink Normal View History

2018-09-21 11:10:56 +08:00
pipeline:
build:
2018-09-22 13:35:57 +08:00
image: productionwentdown/builder-android
2018-09-21 11:10:56 +08:00
commands:
- release
release:
image: plugins/github-release
secrets: [ github_token ]
files: app/build/outputs/apk/app-release.apk
when:
event: tag