Skip to content

Commit 9a67b20

Browse files
committed
change to snake case
1 parent 54c6184 commit 9a67b20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

e2e_tests_codefresh_pipeline.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ steps:
3131
working_directory: "IMAGE_WORK_DIR"
3232
commands:
3333
- pytest
34-
sendSlackSuccessToPagesActiveLearning:
34+
send_slack_success_to_pages_active_learning:
3535
title: "Alert on success to pages active learning"
3636
type: slack-message-sender
3737
arguments:
@@ -41,7 +41,7 @@ steps:
4141
condition:
4242
all:
4343
succeeded: e2e_test.result == 'success'
44-
sendSlackFailureToE2E:
44+
send_slack_failure_to_e2e:
4545
title: "Alert on failure to e2e channel"
4646
type: slack-message-sender
4747
arguments:
@@ -51,7 +51,7 @@ steps:
5151
condition:
5252
all:
5353
failed: e2e_test.result == 'failure'
54-
sendSlackFailureToDeployProd:
54+
send_slack_failure_to_deploy_prod:
5555
title: "Alert on failure to deployments prod channel"
5656
type: slack-message-sender
5757
arguments:

0 commit comments

Comments
 (0)