Skip to content

Commit c62503a

Browse files
[patch] add message
1 parent 4fd09a2 commit c62503a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/mas-devops-notify-slack

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ def notifyAnsibleComplete(channels: list[str], rc: int, taskName: str, instanceI
305305

306306
# Special case, mas-update pipeline
307307
if namespace == "mas-pipelines" and taskName == "post-deps-update-verify-ingress":
308+
print(f"mas-update pipeline completed with status: {rc}, sending pipeline complete message")
308309
allSuccess: bool = notifyPipelineComplete(channels, rc, instanceId, pipelineName)
309310

310311
return allSuccess

0 commit comments

Comments
 (0)