test with auto release

This commit is contained in:
Martin/Geno 2018-06-06 16:13:22 +02:00
parent 7ed85511b0
commit ff098f5090
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
1 changed files with 8 additions and 0 deletions

View File

@ -24,3 +24,11 @@ pipeline:
commands:
- go get github.com/stretchr/testify/assert
- go test ./... -v -race
release:
image: plugins/gitea-release
base_url: https://dev.sum7.eu
secrets: [ gitea_token ]
files: /go/bin/analyzer
draft: true
when:
event: tag