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

* fix missing drone test on release/*

* remove test coverage on release/*
pull/3121/head
Lunny Xiao 6 years ago committed by Lauris BH
parent 5b30964e54
commit b8e45b1e19
  1. 13
      .drone.yml

@ -86,6 +86,19 @@ pipeline:
event: [ push, pull_request ]
branch: [ master ]
test:
image: webhippie/golang:edge
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

Loading…
Cancel
Save