Skip to content

Commit

Permalink
Update build-pages.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
codefrau authored Mar 6, 2024
1 parent e9481e2 commit 1e83eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if [ $NUM_FAILED -gt 0 ] ; then
URL="https://croquet.github.io/worldcore/"
APPS=$(printf -- "- %s\\\\n" "${FAILED[@]}")
JSON="{\"text\": \"🤖 *Worldcore build failed for ${NUM_FAILED} apps* 🤖\n${URL}\n${APPS}\""
echo curl -X POST -H 'Content-type: application/json' --data "${JSON}\"}" $SLACK_HOOK_URL
curl -X POST -H 'Content-type: application/json' --data "${JSON}\"}" $SLACK_HOOK_URL
else
echo
echo "=== No SLACK_HOOK_URL set, not sending slack message ==="
Expand Down

0 comments on commit 1e83eb6

Please sign in to comment.