更新 '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2021-12-16 20:50:09 +08:00
parent 19d02147f1
commit ad511741c6

View File

@@ -1,5 +1,5 @@
kind: pipeline kind: pipeline
type: docker type: exec
name: hello-drone name: hello-drone
platform: platform:
@@ -7,8 +7,7 @@ platform:
arch: arm arch: arm
steps: steps:
- name: build - name: echo hello world
image: golang
commands: commands:
- go build - echo hello world