diff options
author | Sean McGivern <sean@gitlab.com> | 2016-12-26 17:10:18 +0000 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2016-12-26 17:10:18 +0000 |
commit | 738fe41437f66f499c862c9acd0abeed51d20c42 (patch) | |
tree | de02bb23c67acf8510eabb2e25594342f6fba9d7 /.gitlab-ci.yml | |
parent | ee5cc454d78f0f244fb99f0ec3f5060fd1905c48 (diff) | |
download | gitlab-ce-738fe41437f66f499c862c9acd0abeed51d20c42.tar.gz |
Fix build failure links in Slackfix-build-failure-links
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b256e8a2a5f..e0e780e1e6b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -425,7 +425,7 @@ notify:slack: SETUP_DB: "false" USE_BUNDLE_INSTALL: "false" script: - - ./scripts/notify_slack.sh "#development" "Build on \`$CI_BUILD_REF_NAME\` failed! Commit \`$(git log -1 --oneline)\` See <https://gitlab.com/gitlab-org/$(basename "$PWD")/commit/"$CI_BUILD_REF"/builds>" + - ./scripts/notify_slack.sh "#development" "Build on \`$CI_BUILD_REF_NAME\` failed! Commit \`$(git log -1 --oneline)\` See <https://gitlab.com/gitlab-org/$(basename "$PWD")/commit/"$CI_BUILD_REF"/pipelines>" when: on_failure only: - master@gitlab-org/gitlab-ce |