mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 03:18:22 +00:00
Document ignored webhook failures
Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
@@ -349,5 +349,5 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
if [ "$http_code" -lt 200 ] || [ "$http_code" -ge 300 ]; then
|
if [ "$http_code" -lt 200 ] || [ "$http_code" -ge 300 ]; then
|
||||||
echo "Discord notification failed with HTTP $http_code: $(cat "$response_file")"
|
echo "Discord notification failed with HTTP $http_code: $(cat "$response_file")"
|
||||||
|
echo "Continuing without failing the release job."
|
||||||
fi
|
fi
|
||||||
exit 0
|
|
||||||
|
|||||||
Reference in New Issue
Block a user