diff options
author | James Lopez <james@jameslopez.es> | 2016-02-26 11:22:34 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-02-26 11:22:34 +0100 |
commit | cc42867612322f719585a3de2b9ce12c040ce54e (patch) | |
tree | 8896b62acd68df566e7e62faedef6b3cac84d812 /.gitlab-ci.yml | |
parent | 3bc77371ba6554efc459c0989ba447b99b9ad906 (diff) | |
download | gitlab-ce-cc42867612322f719585a3de2b9ce12c040ce54e.tar.gz |
update gitlab-ci script syntax
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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 |