Discord webhook

merge-requests/4/head
Loïc Bersier 5 years ago
parent a40f27164b
commit 86dfdff70c

@ -0,0 +1,16 @@
stages:
- notification
success_notification:
stage: notification
script:
- wget https://raw.githubusercontent.com/DiscordHooks/gitlab-ci-discord-webhook/master/send.sh
- chmod +x send.sh
- ./send.sh success $WEBHOOK_URL
when: on_success
success_notification:
stage: notification
script:
- wget https://raw.githubusercontent.com/DiscordHooks/gitlab-ci-discord-webhook/master/send.sh
- chmod +x send.sh
- ./send.sh failure $WEBHOOK_URL
when: on_failure
Loading…
Cancel
Save