fix master build
All checks were successful
the build was successful

This commit is contained in:
ston1th 2018-12-24 17:25:21 +01:00
commit 0b8cc02963
2 changed files with 10 additions and 3 deletions

View file

@ -20,6 +20,13 @@ pipeline:
when:
event: pull_request
build_publish:
image: golang:alpine
commands: sh .drone.sh
when:
branch: master
event: push
publish_srv:
image: plugins/docker
repo: kube-registry.kube-system.svc.cluster.local:5000/ciapp/srv
@ -42,7 +49,7 @@ pipeline:
branch: master
event: push
build:
build_release:
image: golang:alpine
commands: sh .drone.sh
when: