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

10 lines
193 B
YAML
Raw Normal View History

2017-10-19 06:19:03 +08:00
pipeline:
publish:
image: plugins/docker
registry: registry:5000
insecure: true
repo: registry:5000/builder-android
tags:
- latest
- "${DRONE_COMMIT_SHA:0:8}"