This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: exec
|
type: docker
|
||||||
name: hello-drone
|
name: hello-drone
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
@@ -8,6 +8,7 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
|
image: golang-alpine
|
||||||
commands:
|
commands:
|
||||||
- go build
|
- go build
|
||||||
- go test
|
- go test
|
||||||
|
|||||||
Reference in New Issue
Block a user