diff options
author | James Lopez <james@jameslopez.es> | 2016-03-01 10:03:37 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-03-01 10:03:37 +0100 |
commit | bc0d66645b24486ef2d6a7dcf5147ce6806b5220 (patch) | |
tree | 8bdd30b6b8346a797093096a282648e3a1a06404 /.gitlab-ci.yml | |
parent | 99d8c03d4a0455d4af25156395c762a43b368b6a (diff) | |
download | gitlab-ce-bc0d66645b24486ef2d6a7dcf5147ce6806b5220.tar.gz |
fix syntax error
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 f4fa16f771b..9f65e1204d3 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 on \`$CI_BUILD_REF_NAME\` failed! Commit: \`$(git log -1 --oneline)\` See <https://gitlab.com/gitlab-org/$(basename "$PWD")/commit/"$CI_BUILD_REF"/builds>" + - ./scripts/notify_slack.sh "#builds" "Build on \`$CI_BUILD_REF_NAME\` failed! Commit \`$(git log -1 --oneline)\` See <https://gitlab.com/gitlab-org/$(basename "$PWD")/commit/"$CI_BUILD_REF"/builds>" when: on_failure only: - master@gitlab-org/gitlab-ce |