Ok, this is a sample commit message that's supposed to be included in the telegram message

This commit is contained in:
MassiveAtoms 2020-04-18 12:27:25 -03:00
parent af4836e46d
commit 33062b2738

View File

@ -16,7 +16,7 @@ steps:
- cmake -G "Ninja" -D CMAKE_C_COMPILER=clang -D CMAKE_CXX_COMPILER=clang++ .. - cmake -G "Ninja" -D CMAKE_C_COMPILER=clang -D CMAKE_CXX_COMPILER=clang++ ..
- cmake .. - cmake ..
- ninja - ninja
- cp drone-template.tpl /sharing/message.tpl - cp ./../drone-template.tpl /sharing/message.tpl
- ./testbin >> /sharing/message.tpl - ./testbin >> /sharing/message.tpl