From a09d7baa63411bf906c3ad765bbc06264c8d37ba Mon Sep 17 00:00:00 2001 From: MassiveAtoms Date: Sat, 18 Apr 2020 12:31:20 -0300 Subject: [PATCH] lol --- .drone.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index ce71e52..3c71f9b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,18 +18,18 @@ steps: - ninja - cp ./../drone-template.tpl /sharing/message.tpl - ./testbin >> /sharing/message.tpl + - cat /sharing/message.tpl - -- name: send telegram notification - image: appleboy/drone-telegram - volumes: - - name: cache - path: /sharing - settings: - token: 1008627097:AAGJdFwxwV5eUNWHuI9LnO-_oRCNUirLTx0 - to: -1001226107365 - message: -+ message_file: /sharing/message.tpl +# - name: send telegram notification +# image: appleboy/drone-telegram +# volumes: +# - name: cache +# path: /sharing +# settings: +# token: 1008627097:AAGJdFwxwV5eUNWHuI9LnO-_oRCNUirLTx0 +# to: -1001226107365 +# message: +# + message_file: /sharing/message.tpl volumes: