Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5cc8030

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎.woodpecker/buildSlackNotify.sh

Copy file name to clipboardExpand all lines: .woodpecker/buildSlackNotify.sh
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.