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 103d8d8 commit 2e5c704Copy full SHA for 2e5c704
live-demo/deploy/buildSlackNotify.sh
@@ -23,6 +23,7 @@ if [ "$CI_STEP_STATUS" = "success" ]; then
23
fi
24
export BUILD_LOG=$(cat ../../adminforth/build.log)
25
26
+BUILD_LOG=$(echo $BUILD_LOG | sed 's/"/\\"/g')
27
28
MESSAGE="Broke \`$CI_REPO_NAME/$CI_COMMIT_BRANCH\` with commit _${CI_COMMIT_MESSAGE}_ (<$CI_COMMIT_URL|$COMMIT_SHORT_SHA>)"
29
CODE_BLOCK="\`\`\`$BUILD_LOG\n\`\`\`"
0 commit comments