Removed local Drone CI config

This commit is contained in:
James Mills 2018-03-25 15:05:19 -07:00
parent 1f5910d641
commit 9ce6a232e3
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

@ -1,29 +0,0 @@
workspace:
base: /go
path: src/github.com/prologic/msgbus
pipeline:
build:
image: golang:latest
commands:
- make build
docker:
image: plugins/docker
repo: r.mills.io/prologic/msgbus
registry: r.mills.io
secrets: [ docker_username, docker_password ]
notify:
image: drillster/drone-email
host: mail.mills.io
from: drone@mills.io
skip_verify: true
when:
status: [ changed, failure ]
secrets:
registry_username:
external: true
registry_password:
external: true