diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2017-12-09 18:17:40 +0800 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2017-12-09 12:17:40 +0200 |
commit | b8e45b1e19895966617fe6db049de1a1af499b03 (patch) | |
tree | 95e41f015904ee1548f200230f71c6b2cf533a34 /.drone.yml | |
parent | 5b30964e541ef65f25e4247b4a8a854452ae9f51 (diff) | |
download | gitea-b8e45b1e19895966617fe6db049de1a1af499b03.tar.gz gitea-b8e45b1e19895966617fe6db049de1a1af499b03.zip |
Fix missing drone test on release/* (#3126)
* fix missing drone test on release/*
* remove test coverage on release/*
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index e168f280a8..1f4d2a1faa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -91,6 +91,19 @@ pipeline: pull: true group: test environment: + TAGS: bindata sqlite + GOPATH: /srv/app + commands: + - make test + when: + event: [ push, pull_request ] + branch: [ release/* ] + + test: + image: webhippie/golang:edge + pull: true + group: test + environment: TAGS: bindata GOPATH: /srv/app commands: |