From 6406f118a5a30ba6582d3246146ce896f4dd422b Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 22 Sep 2018 23:32:22 +0200 Subject: [PATCH] fixed drone config --- .drone.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2e665e4..227f78f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,11 +32,6 @@ pipeline: telegram: image: appleboy/drone-telegram secrets: [ TELEGRAM_TOKEN, TELEGRAM_TO, ] -# message: > -# {{#success build.status}} -# Build {{build.number}} succeeded, deployed website. -# {{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. -# {{commit.author}} did {{build.event}} to {{commit.branch}}({{commit.sha}}:`{{commit.message}}`Build started at {{build.started}}, finished at {{build.finished}}. -# {{/success}} + message: > + [{{build.status}}] Build {{build.number}} succeeded, deployed website. +#{{commit.author}} did {{build.event}} to {{commit.branch}}({{commit.sha}}:`{{commit.message}}`Build started at {{build.started}}, finished at {{build.finished}}.