diff options
author | Zeger-Jan van de Weg <zegerjan@gitlab.com> | 2017-03-16 16:04:15 +0000 |
---|---|---|
committer | Zeger-Jan van de Weg <zegerjan@gitlab.com> | 2017-03-16 16:04:15 +0000 |
commit | 43e9c1bc78bb1d3a44ec8eda4baa40d9b79f4bc9 (patch) | |
tree | 534e38b4b691c3a95fcbc50dbdac0eb1640bbdc9 | |
parent | a86ac21205fdcca2a73145db9920e7edb16f6614 (diff) | |
download | gitlab-ce-43e9c1bc78bb1d3a44ec8eda4baa40d9b79f4bc9.tar.gz |
Update .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 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 |