mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-30 05:41:12 +00:00
16 lines
210 B
YAML
16 lines
210 B
YAML
|
pipeline:
|
||
|
build:
|
||
|
image: golang
|
||
|
commands:
|
||
|
- go build
|
||
|
- go test
|
||
|
|
||
|
publish:
|
||
|
image: plugins/docker
|
||
|
repo: foo/bar
|
||
|
tags: latest
|
||
|
|
||
|
notify:
|
||
|
image: plugins/slack
|
||
|
channel: dev
|