Revert "Introduced alternative Discord notification"

This reverts commit a1524ece8e.
This commit is contained in:
Benjamin Höglinger-Stelzer
2018-12-17 21:55:06 +01:00
parent b2a7453519
commit e69d4c9621

View File

@@ -20,10 +20,4 @@ deploy:
- provider: Environment
name: BUILDBOT
on:
appveyor_repo_tag: true
on_success:
- ps: Invoke-RestMethod https://raw.githubusercontent.com/nefarius/appveyor-discord-webhook/master/send.ps1 -o send.ps1
- ps: ./send.ps1 success $env:WEBHOOK_URL
on_failure:
- ps: Invoke-RestMethod https://raw.githubusercontent.com/nefarius/appveyor-discord-webhook/master/send.ps1 -o send.ps1
- ps: ./send.ps1 failure $env:WEBHOOK_URL
appveyor_repo_tag: true