--- kind: pipeline type: exec name: default steps: - name: build environment: CGO_ENABLED: 0 commands: - go build - name: stage commands: - stage_artifact.sh dn42promsrv dn42promsrv - name: promote commands: - promote_artifact.sh dn42promsrv when: branch: master