From 413415bd7cc43c9fd3e509a0ff4fc1973c5a1b1a Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 22 Sep 2018 23:11:46 +0200 Subject: [PATCH] fixed drone config --- .drone.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 09661c6..21ad033 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,12 +33,4 @@ pipeline: image: appleboy/drone-telegram secrets: [ TELEGRAM_TOKEN, TELEGRAM_TO, TELEGRAM_MESSAGE ] format: markdown -# message: > -# {{#success build.status}} -# Build {{build.number}} succeeded, deployed website. -# {{else}} -# build {{build.number}} failed. Fix me please. -# {{/success}}] -# {{commit.author}} did {{build.event}} to {{commit.branch}}({{commit.sha}}: -# `{{commit.message}}` -# Build started at {{build.started}}, finished at {{build.finished}}. + message: {{#success build.status}}Build {{build.number}} succeeded, deployed website.{{else}}Build {{build.number}} failed. Fix me please.{{/success}}{{commit.author}} did {{build.event}} to {{commit.branch}}({{commit.sha}}:`{{commit.message}}`Build started at {{build.started}}, finished at {{build.finished}}.