mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-03 14:53:01 +02:00
Add discord notifcation on failed test
This commit is contained in:
parent
09a2024e6e
commit
5100720c25
@ -51,3 +51,7 @@ deploy:
|
|||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
prerelease: true
|
prerelease: true
|
||||||
name: "$RELEASE_NAME"
|
name: "$RELEASE_NAME"
|
||||||
|
after_failure:
|
||||||
|
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
|
||||||
|
- chmod +x send.sh
|
||||||
|
- ./send.sh failure $webhook_url
|
||||||
|
Loading…
x
Reference in New Issue
Block a user