kind: pipeline name: default workspace: base: /go path: src/git.metaunix.net/metaunix.net/muldap steps: - name: build image: golang:1.12 commands: - go get github.com/golang/dep/cmd/dep - dep ensure - go build - name: notification image: drillster/drone-email settings: host: smtp.int.metaunix.net skip_verify: true subject: '[{{ repo.fullName }}] build #{{ build.number }} - {{ build.status }}' body: > Build {{ build.number }} submitted by {{ commit.author.name }} ({{ commit.author.ema

Commit Info:

Commit message: {{ commit.message }}
Commit branch: {{ commit.branch }}
Commit link:
{{ commit.link }}

Build Info:

Build number: {{ build.number }}
Build status: {{ build.status }}
Build event: {{ build.event }}
Build started at: {{ build.started }}
Build finished at: {{ build.finished }}
Build link: {{ build.link }} from: drone@drone.metaunix.net when: status: [ success, changed, failure ]