Skip to content

Commit

Permalink
Hopefully fix drone Discord template syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jgibson02 committed Aug 10, 2019
1 parent 9b05742 commit 49bb8c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone/.drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ steps:
from_secret: discord_webhook_id
webhook_token:
from_secret: discord_webhook_token
message: |
{{ #success build.status }}
message: >
{{ success build.status }}
build {{ build.number }} succeeded. Good job.
{{ else }}
build {{ build.number }} failed. Fix me please.
Expand Down

0 comments on commit 49bb8c5

Please sign in to comment.