1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-02 07:38:35 +00:00

Fixed drone builds

This commit is contained in:
Thomas Boerger
2017-03-09 20:25:12 +01:00
parent d4fcba6796
commit 1d65291342
2 changed files with 1 additions and 14 deletions

View File

@@ -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