From e96e8e2d057af6e1354d3d9434f79045da8f3743 Mon Sep 17 00:00:00 2001 From: Peter Dillinger Date: Wed, 11 May 2022 13:17:21 -0700 Subject: [PATCH] Remove slack CircleCI hook (#9982) Summary: Our Slack site is deprecated Pull Request resolved: https://github.com/facebook/rocksdb/pull/9982 Test Plan: CircleCI Reviewed By: siying Differential Revision: D36322050 Pulled By: pdillinger fbshipit-source-id: 678202404d307e1547e4203d7e6bd467803ccd5e --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c89435e2b..6100c2680 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,6 @@ version: 2.1 orbs: win: circleci/windows@2.4.0 - slack: circleci/slack@3.4.2 aliases: - ¬ify-on-main-failure @@ -57,7 +56,6 @@ commands: post-steps: steps: - - slack/status: *notify-on-main-failure - store_test_results: # store test result if there's any path: /tmp/test-results - store_artifacts: # store LOG for debugging if there's any