11 lines
145 B
YAML
11 lines
145 B
YAML
pipeline:
|
|
build:
|
|
image: golang:1.17
|
|
commands:
|
|
- go build
|
|
- go test
|
|
|
|
publish:
|
|
image: plugins/docker
|
|
repo: foo/bar
|