diff options
author | Robert Speicher <robert@gitlab.com> | 2017-05-02 13:47:31 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2017-05-02 13:47:31 +0000 |
commit | 1d180667b7543c76ce0b47b80a3dde68adf27442 (patch) | |
tree | db35e5e2cd86a20919776f94ee02d1298922cb57 /.gitlab-ci.yml | |
parent | 780dcf9cdb9a86b83388f34b07485382bf047cfd (diff) | |
parent | aafe288982811ac33d80547993c5b49930dd4bad (diff) | |
download | gitlab-ce-1d180667b7543c76ce0b47b80a3dde68adf27442.tar.gz |
Merge branch '29036-use-slack-service-to-notify-of-failed-pipelines' into 'master'
Remove notify slack job
Closes #29036
See merge request !9709
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dab1b220bfb..947a8679093 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -502,22 +502,6 @@ trigger_docs: - master@gitlab-org/gitlab-ce - master@gitlab-org/gitlab-ee -# Notify slack in the end -notify:slack: - stage: post-test - <<: *dedicated-runner - variables: - 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_SHA"/pipelines>" - when: on_failure - only: - - master@gitlab-org/gitlab-ce - - tags@gitlab-org/gitlab-ce - - master@gitlab-org/gitlab-ee - - tags@gitlab-org/gitlab-ee - pages: before_script: [] stage: pages |