Skip to content

Commit

Permalink
revert commands/parameters added for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ll5zh committed Apr 8, 2024
1 parent c35427e commit 796e718
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ parameters:
run_against_develop_core:
type: boolean
default: false
test_slack: # added temporarily for testing purposes
type: boolean
default: true

orbs:
build-tools: circleci/[email protected]
Expand Down Expand Up @@ -570,13 +567,9 @@ commands:
notify-slack:
steps:
- when:
condition: << pipeline.parameters.test_slack >>
condition: << pipeline.parameters.run_against_develop_core >>
steps:
- slack/notify:
channel: $slack_id
event: fail
template: basic_fail_1
- slack/notify: # added temporarily for testing purposes
channel: $slack_id
event: pass
template: basic_success_1

0 comments on commit 796e718

Please sign in to comment.