From f0b7546fa87cb1cba5ec4ffb22a40972237e0a0b Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Thu, 10 Sep 2020 02:03:59 -0500 Subject: Failures should be failures --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 38eb943a..b46572c0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -72,5 +72,5 @@ on_failure: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1 if($env:APPVEYOR_SCHEDULED_BUILD -ne 'True'){ - ./send.ps1 success $env:WEBHOOK_URL + ./send.ps1 failure $env:WEBHOOK_URL } -- cgit v1.3.1