mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-14 14:01:26 +00:00
f56f9cb1c0
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
17 lines
241 B
YAML
17 lines
241 B
YAML
steps:
|
|
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
|