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 2437f9f commit 6acba80Copy full SHA for 6acba80
.woodpecker/buildSlackNotify.sh
@@ -23,7 +23,6 @@ if [ "$CI_STEP_STATUS" = "success" ]; then
23
fi
24
export BUILD_LOG=$(cat ./build.log)
25
26
-## escape double quotes in the build log
27
BUILD_LOG=$(echo $BUILD_LOG | sed 's/"/\\"/g')
28
29
MESSAGE="Broke \`$CI_REPO_NAME/$CI_COMMIT_BRANCH\` with commit _${CI_COMMIT_MESSAGE}_ (<$CI_COMMIT_URL|$COMMIT_SHORT_SHA>)"
0 commit comments