Skip to content

Commit 8a22dde

Browse files
committed
updates to string and on success
1 parent 53c56e9 commit 8a22dde

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
@@ -32,15 +32,15 @@ steps:
3232
commands:
3333
- pytest
3434
sendSlack:
35-
title: "Alert on failure"
35+
title: "Alert on success"
3636
type: slack-message-sender
3737
arguments:
3838
WEBHOOK_URL: "${{slack_webhook_url}}"
39-
MESSAGE: "Annotations Import pipelines have failed -- ${{CF_BUILD_URL}}"
39+
MESSAGE: "SDK Tests have succeeded-- ${{CF_BUILD_URL}}"
4040
when:
4141
condition:
4242
all:
43-
failed: e2e_test.result == 'failure'
43+
succeeded: e2e_test.result == 'success'
4444
check_for_failures:
4545
image: alpine
4646
commands:

0 commit comments

Comments
 (0)