woodpecker/pipeline/schema/.woodpecker/test-plugin.yml

18 lines
244 B
YAML
Raw Normal View History

pipeline:
build:
image: golang
commands:
- go build
- go test
publish:
image: plugins/docker
settings:
repo: foo/bar
tags: latest
notify:
image: plugins/slack
settings:
channel: dev