aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.drone.yml b/.drone.yml
index 70b59828f..b0c33668d 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -50,20 +50,7 @@ pipeline:
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