From 7f18d784ce66c4519d75ca9efca765b6e10f04e0 Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 22 Sep 2018 23:24:41 +0200 Subject: [PATCH] fixed drone config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ffaba42..c516bff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,7 +35,7 @@ pipeline: # format: markdown message: > {{#success build.status}} - build {{build.number}} succeeded. Good job. + build {{build.number}} succeeded. Good job. {{commit.author}} did {{build.event}} to {{commit.branch}}({{commit.sha}}:`{{commit.message}}`Build started at {{build.started}}, finished at {{build.finished}}. {{else}} build {{build.number}} failed. Fix me please. {{/success}}