From b1ace03c54842a2c6a95cdcbf4aaea394eeb6418 Mon Sep 17 00:00:00 2001 From: Emile Date: Wed, 25 Sep 2019 17:17:40 +0200 Subject: telegram notification in drone seem broken, removing them from the drone pipeline --- .drone.yml | 10 ---------- 1 file changed, 10 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index 2407ed0..20a4419 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,13 +21,3 @@ steps: commands: - go test -coverprofile=cover.out - go tool cover -func=cover.out - -- name: telegram-notification - image: appleboy/drone-telegram - settings: - token: - from_secret: telegram_token - to: - from_secret: telegram_to - when: - status: [ success, failure ] -- cgit 1.4.1