1
0
mirror of https://bitbucket.org/shim_/mumble.git synced 2019-09-08 21:58:51 +02:00

update drone syntax
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
shimunn
2019-05-08 22:42:23 +02:00
parent 1fd2462cd3
commit 1752454d7f

View File

@@ -1,9 +1,16 @@
pipeline:
docker:
image: plugins/docker
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
cache_from: ["shimun/mumble"]
use_cache: true
repo: shimun/mumble
secrets: ["docker_username", "docker_password"]
username:
from_secret: docker_username
password:
from_secret: docker_password