From 10878cb677aed3407104d66ba5ea3febda5037fc Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Wed, 16 Oct 2019 21:31:35 +0500 Subject: [PATCH] Trying to fix Discord messages. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a549cc4..a8914f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -48,7 +48,7 @@ steps: from_secret: discord_webhook_secret message: " {{#success build.status}} - **{{repo.name}}#{{build.number}}@{{commit.sha}}** pipeline completed in {{since build.started}}. + **{{repo.name}}#{{build.number}}@{{commit.sha}}** pipeline completed in {{since build.startedint}}. {{ else }} **{{repo.name}}#{{build.number}}@{{commit.sha}}** failed. See {{build.link}}. {{/success}}" \ No newline at end of file