mu-go/.woodpecker.yml

22 lines
345 B
YAML
Raw Normal View History

2022-08-23 23:01:02 +02:00
pipeline:
vendor:
image: golang:1.18
commands:
- go mod vendor
build:
image: golang:1.18
commands:
2022-08-26 22:55:15 +02:00
- make
2022-08-23 23:01:02 +02:00
release:
image: plugins/gitea-release
settings:
api_key:
from_secret: gitnet_api_key
base_url: https://gitnet.fr
note:
2022-08-26 22:59:07 +02:00
files: build/*
2022-08-23 23:01:02 +02:00
when:
event: [tag]