Skip to content

Commit 854b1ca

Browse files
committed
show curl output in build pipline, somehow one call was not done
1 parent b16b7ae commit 854b1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-demo/deploy/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 -s -X POST -H "Content-Type: application/json" -d '{
31+
curl -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)