fix: fix build file bug
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user