summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-02-26 11:20:39 +0100
committerJames Lopez <james@jameslopez.es>2016-02-26 11:20:39 +0100
commit7eacb70c15548957ebbf2719824e1361a0098e10 (patch)
tree24fac3cb6693f3ca4f5ecce7fa75c6c9524a7d50
parentdd533abc59b3ad343c00a46451157bc88e401ced (diff)
downloadgitlab-ce-7eacb70c15548957ebbf2719824e1361a0098e10.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 3b6ba29900c..2c06d72aeb5 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