diff --git a/drone-discord-msg.tpl b/drone-discord-msg.tpl deleted file mode 100644 index 09b2c87..0000000 --- a/drone-discord-msg.tpl +++ /dev/null @@ -1,15 +0,0 @@ -{{#success build.status}} -✅ Build #{{build.number}} of `{{repo.name}}` succeeded. -📝 Commit by {{commit.author}} on `{{commit.branch}}`: -``` -{{commit.message}} -``` -🌐 <{{ build.link }}> -{{else}} -❌ Build #{{build.number}} of `{{repo.name}}` failed. -📝 Commit by {{commit.author}} on `{{commit.branch}}`: -``` -{{commit.message}} -``` -🌐 <{{ build.link }}> -{{/success}} \ No newline at end of file