Skip to content

Commit 6acba80

Browse files
committed
remove comment
1 parent 2437f9f commit 6acba80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.woodpecker/buildSlackNotify.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ if [ "$CI_STEP_STATUS" = "success" ]; then
2323
fi
2424
export BUILD_LOG=$(cat ./build.log)
2525

26-
## escape double quotes in the build log
2726
BUILD_LOG=$(echo $BUILD_LOG | sed 's/"/\\"/g')
2827

2928
MESSAGE="Broke \`$CI_REPO_NAME/$CI_COMMIT_BRANCH\` with commit _${CI_COMMIT_MESSAGE}_ (<$CI_COMMIT_URL|$COMMIT_SHORT_SHA>)"

0 commit comments

Comments
 (0)