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 08a2300 commit 1401b55Copy full SHA for 1401b55
.woodpecker/buildSlackNotify.sh
@@ -4,6 +4,7 @@ set -x
4
5
COMMIT_SHORT_SHA=$(echo $CI_COMMIT_SHA | cut -c1-8)
6
7
+echo "Build status is $CI_STEP_STATUS"
8
9
if [ "$CI_STEP_STATUS" = "success" ]; then
10
MESSAGE="Did a build without issues on \`$CI_REPO_NAME/$CI_COMMIT_BRANCH\`. Commit: _${CI_COMMIT_MESSAGE}_ (<$CI_COMMIT_URL|$COMMIT_SHORT_SHA>)"
0 commit comments