hardware-tests/.woodpecker.yml
Gregory Ballantine fdfc1ac3b1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Updated Woodpecker config to create releases for tags
2022-02-25 22:33:25 -05:00

19 lines
341 B
YAML

pipeline:
build:
image: golang:1.16
commands:
- go get
- go build
gitea_release:
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_api_key
base_url: https://git.metaunix.net
files:
- hardware-tests
title: "${CI_COMMIT_TAG}"
when:
event: tag