diff options
author | Thomas Boerger <thomas@webhippie.de> | 2017-03-09 20:25:12 +0100 |
---|---|---|
committer | Thomas Boerger <thomas@webhippie.de> | 2017-03-09 20:25:12 +0100 |
commit | 1d652913425c5e296d60e6ee268a2c1f59a3379a (patch) | |
tree | 7e5abf43fe784482754f9e48000973601c590471 /.drone.yml | |
parent | d4fcba6796bad1a277c7d5304a1d2cf26f299291 (diff) | |
download | gitea-1d652913425c5e296d60e6ee268a2c1f59a3379a.tar.gz gitea-1d652913425c5e296d60e6ee268a2c1f59a3379a.zip |
Fixed drone buildsv1.1.0
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.drone.yml b/.drone.yml index 70b59828ff..b0c33668d5 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 |