Fix CI!
All checks were successful
ci/woodpecker/push/build Pipeline was successful

Turns out the drone config is NOT supported by woodpecker.
This commit is contained in:
Captain ALM 2022-12-28 20:28:26 +00:00
parent f585f2a7a4
commit 7f317fe200
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
2 changed files with 12 additions and 8 deletions

View File

@ -1,8 +0,0 @@
kind: pipeline
name: default
steps:
- name: build
image: golang
commands:
- make build

12
.woodpecker/build.yml Normal file
View File

@ -0,0 +1,12 @@
platform: linux/amd64
pipeline:
format:
image: golang
commands:
- files=$(gofmt -l .) && echo "$files" && [ -z "$files" ]
build:
image: golang
commands:
- make build