fix: fix build file bug
parent
e3a9965dde
commit
1cd7c20b2f
@ -1,9 +1,14 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: hello-drone-backup
|
type: exec
|
||||||
|
name: hello-drone
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: golang
|
|
||||||
commands:
|
commands:
|
||||||
- go build
|
- go build
|
||||||
- go test
|
- go test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue