Fixed drone builds

This commit is contained in:
Thomas Boerger 2017-03-09 20:25:12 +01:00
parent d4fcba6796
commit 1d65291342
No known key found for this signature in database
GPG Key ID: 5A388F55283960B6
2 changed files with 1 additions and 14 deletions

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

File diff suppressed because one or more lines are too long