diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2020-09-10 02:03:59 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-10 02:03:59 -0500 |
| commit | f0b7546fa87cb1cba5ec4ffb22a40972237e0a0b (patch) | |
| tree | 6ee803deb7e0b45b7d70bb8be1503164357d4762 | |
| parent | 7fff2d85c9d128f954ddf0b5c57a496271786f92 (diff) | |
Failures should be failures
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
