Skip to content

Commit

Permalink
Merge pull request #17402 from mozilla/clouserw-patch-3
Browse files Browse the repository at this point in the history
Remove Jira.  Github has same functionality now
  • Loading branch information
clouserw authored Aug 15, 2024
2 parents 4dc5efc + 9a41b77 commit b88e6fa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ parameters:

orbs:
browser-tools: circleci/[email protected]
jira: circleci/[email protected]

executors:
# Default node executor with low resources. Useful for running quick / small tasks
Expand Down Expand Up @@ -778,7 +777,7 @@ jobs:
command: ./.circleci/base-install.sh
- cache-save-yarn

# A nice way to finalize a workflow. This will also notify jira.
# A nice way to finalize a workflow.
on-complete:
parameters:
stage:
Expand All @@ -790,8 +789,6 @@ jobs:
- run:
name: 'Stage completed'
command: echo "<< parameters.stage >> completed!"
- jira/notify:
job_type: << parameters.job_type >>

workflows:
test_pull_request:
Expand Down

0 comments on commit b88e6fa

Please sign in to comment.