Removed building release from drone config
the build was successful Details

This commit is contained in:
kolaente 2017-11-28 16:20:42 +01:00
parent b56465e996
commit c592de5daa
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 10 additions and 10 deletions

View File

@ -34,13 +34,13 @@ pipeline:
when: when:
event: [ push, tag, pull_request ] event: [ push, tag, pull_request ]
static: # static:
image: karalabe/xgo-latest:latest # image: karalabe/xgo-latest:latest
pull: true # pull: true
environment: # environment:
TAGS: bindata sqlite # TAGS: bindata sqlite
GOPATH: /srv/app # GOPATH: /srv/app
commands: # commands:
- make release # - make release
when: # when:
event: [ push, tag ] # event: [ push, tag ]