更新 '.drone.yml'
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
type: exec
|
||||
name: hello-drone
|
||||
|
||||
platform:
|
||||
@@ -7,8 +7,7 @@ platform:
|
||||
arch: arm
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: golang
|
||||
- name: echo hello world
|
||||
commands:
|
||||
- go build
|
||||
- echo hello world
|
||||
|
||||
|
||||
Reference in New Issue
Block a user