Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Remove Mattermost notifications #55

Merged
merged 1 commit into from
Feb 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
version: 2.1

orbs:
mattermost-notify: bulletlogic/mattermost-notify@0.0.4

jobs:
build:
working_directory: ~/gusta-frontend
Expand All @@ -25,10 +22,6 @@ jobs:
- run:
name: test
command: 'npm test && codecov'
- mattermost-notify/notify_on_success:
webhook: '$MATTERMOST_WEBHOOK_FRONTEND'
- mattermost-notify/notify_on_failure:
webhook: '$MATTERMOST_WEBHOOK_FRONTEND'

workflows:
version: 2
Expand Down