From e69d4c9621e77f95f29e6faf57510f63eb65f887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Mon, 17 Dec 2018 21:55:06 +0100 Subject: [PATCH] Revert "Introduced alternative Discord notification" This reverts commit a1524ece8ec7aa90631e74e52bfff85f803e7d54. --- appveyor.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c70fc01..3b93a22 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 \ No newline at end of file + appveyor_repo_tag: true \ No newline at end of file