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