Browse Source

Fix missing drone test on release/* (#3126)

* fix missing drone test on release/*

* remove test coverage on release/*
tags/v1.4.0-rc1
Lunny Xiao 8 years ago committed by Lauris BH
parent
commit
b8e45b1e19
  1. 13
      .drone.yml

13
.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:

Loading…
Cancel
Save