From b912ff4176f863ef330cea99e02732be0d0fb109 Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 22 Sep 2018 23:52:19 +0200 Subject: [PATCH] updated drone config --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index daecf12028..d6cfb4f359 100644 --- a/.drone.yml +++ b/.drone.yml @@ -161,3 +161,8 @@ pipeline: telegram: image: appleboy/drone-telegram secrets: [ TELEGRAM_TOKEN, TELEGRAM_TO ] + message: > + {{repo.owner}}/{{repo.name}}: \[{{build.status}}] Build {{build.number}} + {{commit.author}} pushed to {{commit.branch}} {{commit.sha}}: `{{commit.message}}` + Build started at {{datetime build.started "2006-Jan-02T15:04:05Z" "GMT+2"}} finished at {{datetime build.finished "2006-Jan-02T15:04:05Z" "GMT+2"}}. +