diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-06-19 22:32:15 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-06-19 22:32:15 -0400 |
| commit | 45c039801916713e4066644086de4d4940d5fa1d (patch) | |
| tree | 937e1853e3c7e82c9cbfa85fd91d70ae45424593 /.travis | |
| parent | Merge pull request #68 from SnorlaxMonster/roar-teleport-comment-fix (diff) | |
| download | pokeyellow-45c039801916713e4066644086de4d4940d5fa1d.tar.gz pokeyellow-45c039801916713e4066644086de4d4940d5fa1d.tar.xz pokeyellow-45c039801916713e4066644086de4d4940d5fa1d.zip | |
Switch from Travis CI to GitHub Actions
Diffstat (limited to '.travis')
| -rwxr-xr-x | .travis/webhook.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.travis/webhook.sh b/.travis/webhook.sh deleted file mode 100755 index c19a321b..00000000 --- a/.travis/webhook.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -set -e - -root="$(readlink -e "$(dirname "$0")/..")" - -# Report unnamed symbols -content="$("$root/tools/unnamed.py" -r "$root" "$root/pokeyellow.sym" | head)" - -curl -H 'Content-Type: application/json' -X POST "$POKERED_DISCORD_WEBHOOK_URL" -d@- << EOF -{ - "username": "$POKERED_DISCORD_WEBHOOK_USERNAME", - "avatar_url": "$POKERED_DISCORD_WEBHOOK_AVATAR_URL", - "content": "\`\`\`$(echo "$content" | sed -E ':a;N;$!ba;s/\r{0,1}\n/\\n/g')\`\`\`" -} -EOF |
