Skip to content

Commit 3de44f3

Browse files
committed
chore: cleanup unused ci&cd notifications
when we used Travis, we had a workflow/job/command/egg to handle cases where PRs are open from staging to the master branch. this flow has been irrelevant since our migration to CircleCI. removing its unused references and the script it used to invoke.
1 parent 44b57d1 commit 3de44f3

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.circleci/config.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -214,16 +214,6 @@ jobs:
214214
command: ./scripts/slack-notify-failure.sh "deploy-dev"
215215
when: on_fail
216216

217-
######################## PR TO MASTER ########################
218-
prepublish:
219-
<<: *default_container_config
220-
steps:
221-
- checkout
222-
- run:
223-
name: PREPUBLISH
224-
command: |
225-
./scripts/slack-notify-pr.sh
226-
227217
######################## MERGE TO MASTER ########################
228218
publish:
229219
<<: *default_container_config

scripts/slack-notify-pr.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)