We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6681fa9 commit 5cc8030Copy full SHA for 5cc8030
.woodpecker/buildSlackNotify.sh
@@ -28,7 +28,7 @@ CODE_BLOCK="\`\`\`$BUILD_LOG\n\`\`\`"
28
29
echo "Sending slack message to developers $MESSAGE"
30
# Send the message
31
-curl -X POST -H "Content-Type: application/json" -d '{
+curl -sS -X POST -H "Content-Type: application/json" -d '{
32
"username": "'"$CI_COMMIT_AUTHOR"'",
33
"icon_url": "'"$CI_COMMIT_AUTHOR_AVATAR"'",
34
"attachments": [
0 commit comments