Remove .woodpecker.yaml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ryan Cavicchioni 2022-09-06 11:25:33 -05:00
parent 3efa3fb5a2
commit 8606ed0200
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -1,10 +0,0 @@
---
pipeline:
lint:
image: golangci/golangci-lint
commands:
- golangci-lint run
build:
image: golang
commands:
- go build ./cmd/bb