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