Skip to content

Commit

Permalink
Update .drone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzy authored Nov 12, 2021
1 parent 61ea856 commit 26b6e58
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,6 @@ steps:
to:
from_secret: tg_id
format: markdown
message: >
{{#success build.status}}
✅ Build for `{{repo.name}}` was *successful*!
📝 Commit - {{ commit.message }}
🌐 [Output]({{build.link}})
{{else}}
❌ Build for `{{repo.name}}` has *FAILED*!
📝 Commit - {{ commit.message }}
🌐 [Output]({{build.link}})
{{/success}}
message: "{{#success build.status}}✅ Build for `{{repo.name}}` was *successful*!{{else}}❌ Build for `{{repo.name}}` has *FAILED*!{{/success}} \n🌐 [Output]({{build.link}})\n📝 Commit: {{ commit.message }}"
when:
status: [ success, failure ]

0 comments on commit 26b6e58

Please sign in to comment.