kind: pipeline name: default clone: disable: true steps: - name: clone image: docker:git commands: - git clone https://github.com/octocat/hello-world.git - name: build image: golang commands: - go build - go test