Commit baa5f7fc authored by Kamil Trzciński's avatar Kamil Trzciński

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
parents cc8b0872 cc428676
......@@ -318,7 +318,7 @@ spinach:other:ruby22:
notify:slack:
stage: notifications
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
only:
- master@gitlab-org/gitlab-ce
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment