Skip to content

Commit 5cc8030

Browse files
committed
fix(autorelease): add webhook http response dumps
1 parent 6681fa9 commit 5cc8030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.woodpecker/buildSlackNotify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ CODE_BLOCK="\`\`\`$BUILD_LOG\n\`\`\`"
2828

2929
echo "Sending slack message to developers $MESSAGE"
3030
# Send the message
31-
curl -X POST -H "Content-Type: application/json" -d '{
31+
curl -sS -X POST -H "Content-Type: application/json" -d '{
3232
"username": "'"$CI_COMMIT_AUTHOR"'",
3333
"icon_url": "'"$CI_COMMIT_AUTHOR_AVATAR"'",
3434
"attachments": [

0 commit comments

Comments
 (0)