pipeline: run_golang: group: build image: golang commands: - go build - go test run_bash: group: build image: alpine commands: - echo "running env command" - env notify-via-slack: image: plugins/slack webhook: from_secret: slack_webhook channel: system_events username: Builds template: > {{#success build.status}} [DRONE CI]: *{{ uppercase build.status }}* > github repo: > drone build: {{build.link}} > author: {{build.author}} > github commit: {{else}} [DRONE CI]: *{{ uppercase build.status }}* > github repo: > drone build: {{build.link}} > author: {{build.author}} > github commit: {{/success}}