更新 '.drone.yml'
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

master
flyskype 3 years ago
parent 19d02147f1
commit ad511741c6

@ -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

Loading…
Cancel
Save