--- kind: pipeline name: coopcloud.tech/abra steps: - name: make build image: golang:1.16 commands: - make build