Skip to content

Commit

Permalink
Removing local copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
joelday committed Mar 22, 2019
1 parent e8c7443 commit dc1ec25
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 98 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -330,4 +330,6 @@ ASALocalRun/
.mfractor/

# Cake
tools
tools

send.ps1
93 changes: 0 additions & 93 deletions appveyor-discord.ps1

This file was deleted.

8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ build_script:
test: off
on_success:
- cmd: powershell ./build.ps1 --target="npm-semantic-release"
- ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o appveyor-discord.ps1
- ps: ./appveyor-discord.ps1 success $env:WEBHOOK_URL
- ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/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/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o appveyor-discord.ps1
- ps: ./appveyor-discord.ps1 failure $env:WEBHOOK_URL
- ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1
- ps: ./send.ps1 failure $env:WEBHOOK_URL

0 comments on commit dc1ec25

Please sign in to comment.