logginghandler/.woodpecker.yml
Marvin Preuss c77f9dc518
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci: uses woodpecker instead of drone
2022-01-28 12:47:08 +01:00

27 lines
395 B
YAML

pipeline:
tags:
image: alpine/git
commands:
- git fetch --tags
lint:
image: golang:1.17
commands:
- make lint
test:
image: golang:1.17
commands:
- make test
build:
image: golang:1.17
commands:
- make build
release:
image: golang:1.17
commands:
- make release
secrets:
- gitea_token
when:
event:
- tag