2018-03-02 22:21:25 +00:00
|
|
|
# drone-gitea-release
|
2018-03-02 22:52:28 +00:00
|
|
|
|
2018-03-12 12:46:23 +00:00
|
|
|
[![Build Status](https://beta.drone.io/api/badges/drone-plugins/drone-gitea-release/status.svg)](https://beta.drone.io/drone-plugins/drone-gitea-release)
|
|
|
|
[![Go Doc](https://godoc.org/github.com/drone-plugins/drone-gitea-release?status.svg)](http://godoc.org/github.com/drone-plugins/drone-gitea-release)
|
|
|
|
[![Go Report](https://goreportcard.com/badge/github.com/drone-plugins/drone-gitea-release)](https://goreportcard.com/report/github.com/drone-plugins/drone-gitea-release)
|
2015-11-23 00:07:57 +00:00
|
|
|
|
2018-03-02 22:21:25 +00:00
|
|
|
Drone plugin to publish files and artifacts to Gitea Release.
|
2015-11-23 00:07:57 +00:00
|
|
|
|
2018-07-01 05:42:20 +00:00
|
|
|
**Note: This plugin requires Gitea 1.5 or newer.**
|
|
|
|
|
2016-08-26 08:38:22 +00:00
|
|
|
## Build
|
2015-11-23 00:07:57 +00:00
|
|
|
|
2016-08-26 08:38:22 +00:00
|
|
|
Build the binary with the following commands:
|
2016-01-18 21:32:19 +00:00
|
|
|
|
|
|
|
```
|
2018-03-12 12:46:23 +00:00
|
|
|
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -a -tags netgo -o release/linux/amd64/drone-gitea-release
|
|
|
|
docker build --rm -t plugins/gitea-release .
|
2018-07-01 05:42:20 +00:00
|
|
|
```
|