Turns out the drone config is NOT supported by woodpecker.
This commit is contained in:
parent
f585f2a7a4
commit
7f317fe200
@ -1,8 +0,0 @@
|
|||||||
kind: pipeline
|
|
||||||
name: default
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build
|
|
||||||
image: golang
|
|
||||||
commands:
|
|
||||||
- make build
|
|
12
.woodpecker/build.yml
Normal file
12
.woodpecker/build.yml
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user