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 Lauris BH 8 years ago
parent
commit
7ab95030b7
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      .drone.yml

+ 13
- 0
.drone.yml View File

@@ -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