summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-02-26 11:22:34 +0100
committerJames Lopez <james@jameslopez.es>2016-02-26 11:22:34 +0100
commitcc42867612322f719585a3de2b9ce12c040ce54e (patch)
tree8896b62acd68df566e7e62faedef6b3cac84d812
parent3bc77371ba6554efc459c0989ba447b99b9ad906 (diff)
downloadgitlab-ce-cc42867612322f719585a3de2b9ce12c040ce54e.tar.gz
update gitlab-ci script syntax
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bc5ac6bda18..4e98b7a68ee 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 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