summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJames Lopez <james@gitlab.com>2016-02-25 08:00:02 +0000
committerJames Lopez <james@gitlab.com>2016-02-25 08:00:02 +0000
commitcc934128f9662f944b26ad373e80a20ab5a8192a (patch)
tree1b9227af1c27e05262fdffd10aca1461c434fc80 /.gitlab-ci.yml
parent6466e330c921c92526b2a505af155d9f3e05a0c7 (diff)
downloadgitlab-ce-cc934128f9662f944b26ad373e80a20ab5a8192a.tar.gz
Update URL syntax
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b6ba29900c..bc5ac6bda18 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -318,7 +318,7 @@ spinach:other:ruby22:
notify:slack:
stage: notifications
script:
- - ./scripts/notify_slack.sh "#builds" "Build failed! Check https://gitlab.com/gitlab-org/$(basename „$PWD)/commit/$CI_BUILD_REF/builds"
+ - ./scripts/notify_slack.sh "#builds" "Build failed! Check <https://gitlab.com/gitlab-org/$(basename „$PWD)/commit/$CI_BUILD_REF/builds>"
when: on_failure
only:
- master@gitlab-org/gitlab-ce