You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
drone-gitea-release/.drone.yml

24 lines
431 B

build:
image: golang:1.5
commands:
- make deps
- make build
- make test
publish:
docker:
username: drone
password: $$DOCKER_PASS
email: $$DOCKER_EMAIL
repo: plugins/drone-github-release
when:
branch: master
plugin:
name: GitHub Release
desc: Publishs files and artifacts to GitHub Releases
type: publish
image: plugins/drone-github-release
labels:
- github
- release