Fix drone yaml syntax
This commit is contained in:
parent
4c9bd43c7d
commit
268110ac8d
28
.drone.yml
28
.drone.yml
@ -37,17 +37,17 @@ steps:
|
|||||||
when:
|
when:
|
||||||
status: success
|
status: success
|
||||||
|
|
||||||
- name: send build error notifications
|
- name: send build error notifications
|
||||||
image: plugins/webhook
|
image: plugins/webhook
|
||||||
settings:
|
settings:
|
||||||
urls:
|
urls:
|
||||||
from_secret: notify_webhook_url
|
from_secret: notify_webhook_url
|
||||||
content_type: application/json
|
content_type: application/json
|
||||||
template: |
|
template: |
|
||||||
{
|
{
|
||||||
"title": "Drone-CI [matterlink-reboot @ ${DRONE_BUILD_NUMBER}]",
|
"title": "Drone-CI [matterlink-reboot @ ${DRONE_BUILD_NUMBER}]",
|
||||||
"message": "Build failed! (Changes by ${DRONE_COMMIT_AUTHOR})",
|
"message": "Build failed! (Changes by ${DRONE_COMMIT_AUTHOR})",
|
||||||
"priority": 6
|
"priority": 6
|
||||||
}
|
}
|
||||||
when:
|
when:
|
||||||
status: failure
|
status: failure
|
Loading…
Reference in New Issue
Block a user