--- kind: pipeline type: exec name: default platform: os: linux arch: amd64 steps: - name: build commands: - make - name: install commands: - make install when: branch: - master - name: restart commands: - systemctl restart craft-bot when: branch: - master