test with auto release
This commit is contained in:
parent
7ed85511b0
commit
ff098f5090
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue