Merge branch 'feature/slacky-builds-v2' into 'master'
Add builds URL to gitlab-ci script Add builds URL to gitlab-ci script Related to: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2681 See merge request !2962
This commit is contained in:
commit
baa5f7fc25
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ spinach:other:ruby22:
|
||||||
notify:slack:
|
notify:slack:
|
||||||
stage: notifications
|
stage: notifications
|
||||||
script:
|
script:
|
||||||
- ./scripts/notify_slack.sh "#builds" "Build failed for master/tags!"
|
- ./scripts/notify_slack.sh "#builds" "Build on \`$CI_BUILD_REF_NAME\` failed! Check <https://gitlab.com/gitlab-org/$(basename "$PWD")/commit/"$CI_BUILD_REF"/builds>"
|
||||||
when: on_failure
|
when: on_failure
|
||||||
only:
|
only:
|
||||||
- master@gitlab-org/gitlab-ce
|
- master@gitlab-org/gitlab-ce
|
||||||
|
|
Loading…
Reference in a new issue