Skip to content

Commit

Permalink
AAE-28530 Fix ReportPortal launch key
Browse files Browse the repository at this point in the history
Code block not supported in adaptative cards see OfficeDev/Microsoft-Teams-Samples#1087
  • Loading branch information
atchertchian committed Dec 16, 2024
1 parent 1f70154 commit 70dd0a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [[ -n "$RP_LAUNCH_KEY" ]]; then

NB=$(echo "$RP_CONTENT" | jq -r '.page.totalElements // "0"')
if [[ "$NB" == "0" || -z "$NB" ]]; then
MSG+="No report found for key "'`'"$RP_LAUNCH_KEY"'`'"."
MSG+="No report found for key $RP_LAUNCH_KEY."
MSG+="\n\nSee [latest reports]($RP_LAUNCH_URL)."
elif [ "$NB" == "1" ]; then
RP_LAUNCH_ID=$(echo "$RP_CONTENT" | jq -r '.content[0].id // empty')
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8.6.1
v8.6.2

0 comments on commit 70dd0a5

Please sign in to comment.