kind: pipeline type: podman name: default clone: disable: true steps: - name: build image: golang commands: - go build - go test