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:
event: [ push, tag, pull_request ]
static:
image: karalabe/xgo-latest:latest
pull: true
environment:
TAGS: bindata sqlite
GOPATH: /srv/app
commands:
- make release
when:
event: [ push, tag ]
# static:
# image: karalabe/xgo-latest:latest
# pull: true
# environment:
# TAGS: bindata sqlite
# GOPATH: /srv/app
# commands:
# - make release
# when:
# event: [ push, tag ]