mu-go/.woodpecker.yml
Simon Vieille 5f6ec6b092
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix ci syntax
2023-09-29 16:20:35 +02:00

22 lines
342 B
YAML

steps:
vendor:
image: golang:1.18
commands:
- go mod vendor
build:
image: golang:1.18
commands:
- make
release:
image: plugins/gitea-release
settings:
api_key:
from_secret: gitnet_api_key
base_url: https://gitnet.fr
note:
files: build/*
when:
event: [tag]