Skip to content

Commit 4a97a6e

Browse files
authored
Merge branch 'stable' into update-251224
2 parents 0270fed + 35422f1 commit 4a97a6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/mas-devops-notify-slack

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ def notifyProvisionRoks(channels: list[str], rc: int, additionalMsg: str = None)
8181
message = [
8282
SlackUtil.buildHeader(f":glyph-ok: Your IBM Cloud ROKS cluster ({name}) is ready"),
8383
SlackUtil.buildSection(f"{url}"),
84-
SlackUtil.buildSection(f"<https://cloud.ibm.com/kubernetes/clusters|IBM Cloud Dashboard>{toolchainLink}")
84+
SlackUtil.buildSection(f"<https://cloud.ibm.com/kubernetes/clusters|IBM Cloud Dashboard> | {toolchainLink}")
8585
]
8686
if additionalMsg is not None:
8787
message.append(SlackUtil.buildSection(additionalMsg))
8888
else:
8989
message = [
9090
SlackUtil.buildHeader(f":glyph-fail: Your IBM Cloud ROKS cluster ({name}) failed to deploy"),
91-
SlackUtil.buildSection(f"<https://cloud.ibm.com/kubernetes/clusters|IBM Cloud Dashboard>{toolchainLink}")
91+
SlackUtil.buildSection(f"<https://cloud.ibm.com/kubernetes/clusters|IBM Cloud Dashboard> | {toolchainLink}")
9292
]
9393

9494
response = SlackUtil.postMessageBlocks(channels, message)

0 commit comments

Comments
 (0)