From 8d2a39456f6745709f936ec21175da1745055078 Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 22 Sep 2018 23:30:53 +0200 Subject: [PATCH] fixed drone config --- .drone.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index c3e760e..2e665e4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,13 +32,6 @@ pipeline: telegram: image: appleboy/drone-telegram secrets: [ TELEGRAM_TOKEN, TELEGRAM_TO, ] -# format: markdown - message: > - {{#success build.status}} - build {{build.number}} succeeded. Good job. {{commit.author}} did {{build.event}} to {{commit.branch}}({{commit.sha}}:{{commit.message}}\n Build started at {{build.started}}, finished at {{build.finished}}. - {{else}} - build {{build.number}} failed. Fix me please. - {{/success}} # message: > # {{#success build.status}} # Build {{build.number}} succeeded, deployed website.