kind: pipeline
type: exec
name: hello-drone
platform:
os: linux
arch: amd64
steps:
- name: build
commands:
- go build
- go test