prelim to switch to woodpecker plugin

This commit is contained in:
Matti R
2021-10-12 23:40:58 -04:00
parent 094150fddc
commit 08ccc7e86c
17 changed files with 22 additions and 1261 deletions

10
.woodpecker/main.yml Normal file
View File

@@ -0,0 +1,10 @@
pipeline:
build:
image: golang:1.17
commands:
- go build
- go test
publish:
image: plugins/docker
repo: foo/bar