Skip to content

Commit

Permalink
wip: disable discord build notification
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenr0d committed May 7, 2024
1 parent 3732a9f commit 253a3fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions upload_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ curl -X PUT -T "${FILE}" \

echo "upload done"

curl -X POST --fail -s \
-H "Content-Type: application/json" \
-d "{\"content\": \"Build succeeded ✅\nBranch: $BRANCH\nPlatform: $PLATFORM-$ARCH\nLast commit: $(git log -1 --pretty=format:'%s by %an')\nhttps://build.livepeer.live/${BUCKET_PATH}\nSHA256:\n${FILE_SHA256}\"}" \
$DISCORD_URL
# curl -X POST --fail -s \
# -H "Content-Type: application/json" \
# -d "{\"content\": \"Build succeeded ✅\nBranch: $BRANCH\nPlatform: $PLATFORM-$ARCH\nLast commit: $(git log -1 --pretty=format:'%s by %an')\nhttps://build.livepeer.live/${BUCKET_PATH}\nSHA256:\n${FILE_SHA256}\"}" \
# $DISCORD_URL
echo "done"

0 comments on commit 253a3fb

Please sign in to comment.