--- kind: pipeline type: kubernetes name: elbot steps: - name: greeting image: golang:1.12 commands: - go build - go test