Go to file
Thomas Boerger e8e00c2ece Add a reliable version and integrate libsonnet definition 2020-05-08 02:57:58 +03:00
.github Add some basic issue template content 2020-05-08 02:57:58 +03:00
docker Add a reliable version and integrate libsonnet definition 2020-05-08 02:57:58 +03:00
.dockerignore Restructuring of build process 2017-09-02 15:40:25 +02:00
.drone.jsonnet Add a reliable version and integrate libsonnet definition 2020-05-08 02:57:58 +03:00
.drone.windows.jsonnet Add a reliable version and integrate libsonnet definition 2020-05-08 02:57:58 +03:00
.drone.windows.yml Add a reliable version and integrate libsonnet definition 2020-05-08 02:57:58 +03:00
.drone.yml Add a reliable version and integrate libsonnet definition 2020-05-08 02:57:58 +03:00
.gitignore Updated to current build process (#2) 2018-03-15 20:43:32 +01:00
Gopkg.lock Updated to current build process (#2) 2018-03-15 20:43:32 +01:00
Gopkg.toml Dropped comments from gopkg config 2018-03-16 13:23:00 +01:00
LICENSE Implemented initial version based on google/go-github 2015-11-23 22:35:33 +01:00
README.md Remove duplicated badge 2020-05-08 02:57:58 +03:00
main.go Add a reliable version and integrate libsonnet definition 2020-05-08 02:57:58 +03:00
pipeline.libsonnet Add a reliable version and integrate libsonnet definition 2020-05-08 02:57:58 +03:00
plugin.go Add insecure https support (#4) 2018-03-28 09:55:21 +08:00
release.go Add title to release 2018-03-03 12:09:01 +01:00
utils.go Migrated to 0.5 structure and updated documentation 2016-08-26 10:38:22 +02:00

README.md

drone-gitea-release

Build Status Gitter chat Join the discussion at https://discourse.drone.io Drone questions at https://stackoverflow.com Go Doc Go Report

Drone plugin to publish files and artifacts to Gitea Release.

Note: This plugin requires Gitea 1.5 or newer.

Build

Build the binary with the following commands:

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 .