This commit is contained in:
parent
b316657f25
commit
c1792d2650
17
.drone.yml
17
.drone.yml
@ -30,21 +30,8 @@ steps:
|
|||||||
from_secret: rocket_chat_webhook
|
from_secret: rocket_chat_webhook
|
||||||
channel: notifications
|
channel: notifications
|
||||||
username: drone-notifications-bot
|
username: drone-notifications-bot
|
||||||
color:
|
|
||||||
- value: green
|
|
||||||
when:
|
|
||||||
DRONE_BUILD_STATUS: success
|
|
||||||
- value: red
|
|
||||||
when:
|
|
||||||
DRONE_BUILD_STATUS: failure
|
|
||||||
message:
|
message:
|
||||||
- value: "git.autonomic.zone build: ${DRONE_BUILD_NUMBER} succeeded. Well done :partying_face:"
|
- value: "git.autonomic.zone: [${DRONE_COMMIT_SHA}](${DRONE_COMMIT_LINK}) deployed:partying_face:"
|
||||||
when:
|
when:
|
||||||
DRONE_BUILD_STATUS: success
|
DRONE_BUILD_STATUS: success
|
||||||
- value: "git.autonomic.zone build: ${DRONE_BUILD_NUMBER} failed. No stress :relaxed:"
|
- value: "git.autonomic.zone: ${DRONE_COMMIT_LINK} failed (see [logs](https://drone.autonomic.zone/autonomic-cooperative/gitea/${DRONE_BUILD_NUMBER})) :confounded:"
|
||||||
text: ${DRONE_COMMIT_MESSAGE}
|
|
||||||
fields:
|
|
||||||
- title: Author
|
|
||||||
value: ${DRONE_COMMIT_AUTHOR}
|
|
||||||
when:
|
|
||||||
branch: master
|
|
||||||
|
Reference in New Issue
Block a user