This commit is contained in:
10
.drone.yml
10
.drone.yml
@@ -1,7 +1,9 @@
|
|||||||
pipeline:
|
kind: pipeline
|
||||||
hellodrone:
|
name: hello-drone
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- echo build start
|
|
||||||
- go build
|
- go build
|
||||||
- echo build end
|
- go test
|
||||||
|
|||||||
Reference in New Issue
Block a user