Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
remove build slack notification
Browse files Browse the repository at this point in the history
  • Loading branch information
jframe committed Dec 12, 2023
1 parent e0322b8 commit 9d7b567
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
version: 2.1

orbs:
slack: circleci/[email protected]

executors:
executor_med: # 2cpu, 4G ram
docker:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9d7b567

Please sign in to comment.