--- kind: pipeline type: exec name: default platform: os: linux arch: amd64 steps: - name: Setup commands: - make setup - name: Test commands: - make test --- kind: pipeline type: exec name: default platform: os: linux arch: amd64 steps: - name: Setup commands: - make setup - name: Build Release commands: - cd debian - make release - make build - make copy - make deploy trigger: event: - promote ...