From 33062b2738bb684817edf036285d676c7ae2c1ba Mon Sep 17 00:00:00 2001 From: MassiveAtoms Date: Sat, 18 Apr 2020 12:27:25 -0300 Subject: [PATCH] Ok, this is a sample commit message that's supposed to be included in the telegram message --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 97583d4..ce71e52 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: - cmake -G "Ninja" -D CMAKE_C_COMPILER=clang -D CMAKE_CXX_COMPILER=clang++ .. - cmake .. - ninja - - cp drone-template.tpl /sharing/message.tpl + - cp ./../drone-template.tpl /sharing/message.tpl - ./testbin >> /sharing/message.tpl