Skip to content

Commit 1401b55

Browse files
committed
fix: rebuild
1 parent 08a2300 commit 1401b55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.woodpecker/buildSlackNotify.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -x
44

55
COMMIT_SHORT_SHA=$(echo $CI_COMMIT_SHA | cut -c1-8)
66

7+
echo "Build status is $CI_STEP_STATUS"
78

89
if [ "$CI_STEP_STATUS" = "success" ]; then
910
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

Comments
 (0)