diff options
author | Emile <hanemile@protonmail.com> | 2019-09-25 17:17:40 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-09-25 17:17:40 +0200 |
commit | b1ace03c54842a2c6a95cdcbf4aaea394eeb6418 (patch) | |
tree | df3d86fdb945c090aa6a1422cabbe9182a958311 | |
parent | ea05624d6b3529b46bff61054383116d9ba2f564 (diff) |
telegram notification in drone seem broken, removing them from the drone pipeline 0.2
-rw-r--r-- | .drone.yml | 10 |
1 files changed, 0 insertions, 10 deletions
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 ] |