Skip to content

Commit f985628

Browse files
committed
ops: use CI_PIPELINE_FORGE_URL
1 parent 7f9274f commit f985628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-demo/deploy/buildSlackNotify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COMMIT_SHORT_SHA=$(echo $CI_COMMIT_SHA | cut -c1-8)
66
echo 'CI_PREV_PIPELINE_STATUS', $CI_PREV_PIPELINE_STATUS
77

88
if [ "$CI_PREV_PIPELINE_STATUS" = "success" ]; then
9-
MESSAGE="Did a build without issues on \`$CI_REPO_NAME/$CI_COMMIT_BRANCH\`. Commit: _${CI_COMMIT_MESSAGE}_ (<$CI_COMMIT_URL|$COMMIT_SHORT_SHA>)"
9+
MESSAGE="Did a build without issues on \`$CI_REPO_NAME/$CI_COMMIT_BRANCH\`. Commit: _${CI_COMMIT_MESSAGE}_ (<$CI_PIPELINE_FORGE_URL|$COMMIT_SHORT_SHA>)"
1010

1111

1212
curl -s -X POST -H "Content-Type: application/json" -d '{

0 commit comments

Comments
 (0)