diff --git a/.circleci/config.yml b/.circleci/config.yml index 191d9dba..932fec0e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,9 +1,6 @@ --- version: 2.1 -orbs: - slack: circleci/slack@3.4.2 - executors: executor_med: # 2cpu, 4G ram docker: @@ -93,13 +90,6 @@ commands: path: build/test-reports destination: test-reports - notify: - description: "Notify Slack" - steps: - - slack/status: - fail_only: true - only_for_branches: 'master' - jobs: build: executor: executor_large