From 07e605078f85dc5bcf149d6a67d2d2b822467dff Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 29 Oct 2020 14:48:37 -0400 Subject: Webhook prints individual unnamed symbols (max 20 lines) since there are so few left --- .travis/webhook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/webhook.sh b/.travis/webhook.sh index 49a9a471..cd41fc91 100755 --- a/.travis/webhook.sh +++ b/.travis/webhook.sh @@ -4,7 +4,7 @@ set -e root="$(readlink -e "$(dirname "$0")/..")" # Report unnamed symbols -content="$("$root/tools/unnamed.py" -r "$root" "$root/pokegold.sym" | head)" +content="$("$root/tools/unnamed.py" "$root/pokegold.sym" | head -n 20)" curl -H 'Content-Type: application/json' -X POST "$POKEGOLD_DISCORD_WEBHOOK_URL" -d@- << EOF { -- cgit v1.2.3