summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2017-03-16 16:04:15 +0000
committerZeger-Jan van de Weg <zegerjan@gitlab.com>2017-03-16 16:04:15 +0000
commit43e9c1bc78bb1d3a44ec8eda4baa40d9b79f4bc9 (patch)
tree534e38b4b691c3a95fcbc50dbdac0eb1640bbdc9
parenta86ac21205fdcca2a73145db9920e7edb16f6614 (diff)
downloadgitlab-ce-43e9c1bc78bb1d3a44ec8eda4baa40d9b79f4bc9.tar.gz
Update .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 73ced967df7..69a477f45c7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -401,7 +401,7 @@ notify:slack:
SETUP_DB: "false"
USE_BUNDLE_INSTALL: "false"
script:
- - ./scripts/notify_slack.sh "#development" "Build on \`$CI_COMMIT_REF_NAME\` failed! Commit \`$(git log -1 --oneline)\` See <https://gitlab.com/gitlab-org/$(basename "$PWD")/commit/"$CI_COMMIT_REF_SHA"/pipelines>"
+ - ./scripts/notify_slack.sh "#development" "Build on \`$CI_COMMIT_REF_NAME\` failed! Commit \`$(git log -1 --oneline)\` See <https://gitlab.com/gitlab-org/$(basename "$PWD")/commit/"$CI_COMMIT_SHA"/pipelines>"
when: on_failure
only:
- master@gitlab-org/gitlab-ce