prelim to switch to woodpecker plugin
This commit is contained in:
10
.woodpecker/main.yml
Normal file
10
.woodpecker/main.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
pipeline:
|
||||
build:
|
||||
image: golang:1.17
|
||||
commands:
|
||||
- go build
|
||||
- go test
|
||||
|
||||
publish:
|
||||
image: plugins/docker
|
||||
repo: foo/bar
|
||||
Reference in New Issue
Block a user