kind: pipeline name: hello-drone steps: - name: build image: golang commands: - go build - go test