pipeline-test/.drone.yml
Simon Marsh 2f521943b4
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
continuous-integration/drone Build was killed
A test message
2020-08-16 14:55:28 +01:00

32 lines
486 B
YAML

---
kind: pipeline
type: docker
name: default
workspace:
base: /go
path: src/dn42regsrv
steps:
- name: build
image: golang
commands:
- go build
- name: release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_token
base_url: https://git.burble.dn42
files:
- pipeline-test
checksum:
- sha512
title: pipeline-test - ${DRONE_TAG}
note: ${DRONE_COMMIT_MESSAGE}
when:
event: tag