Updated Drone CI configuration

This commit is contained in:
Gregory Ballantine 2019-07-22 16:20:02 -04:00
parent 4032b1ac7f
commit e3cabed080

View File

@ -20,7 +20,7 @@ steps:
skip_verify: true skip_verify: true
subject: '[{{ repo.fullName }}] build #{{ build.number }} - {{ build.status }}' subject: '[{{ repo.fullName }}] build #{{ build.number }} - {{ build.status }}'
body: > body: >
<b>Build {{ build.number }}</b> submitted by {{ commit.author.name }} (<a href="mailto:{{ commit.author.email }}">{{ commit.author.ema <b>Build {{ build.number }}</b> submitted by {{ commit.author.name }} (<a href="mailto:{{ commit.author.email }}">{{ commit.author.email }}</a>)<br /><br />
<h3>Commit Info:</h3> <h3>Commit Info:</h3>
Commit message: {{ commit.message }}<br /> Commit message: {{ commit.message }}<br />
@ -37,3 +37,4 @@ steps:
from: drone@drone.metaunix.net from: drone@drone.metaunix.net
when: when:
status: [ success, changed, failure ] status: [ success, changed, failure ]