Skip to content

Commit

Permalink
AAE-29961 Fix link to reportportal launch when using ubuntu 24 (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
atchertchian authored Jan 8, 2025
1 parent e89a45b commit c7518f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/reportportal-summarize/get-rp-output.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ URL=''

# support spaces on launch key
urlEncode() {
echo $1 | curl -Gso /dev/null -w %{url_effective} --data-urlencode @- "" | sed -E 's/..(.*).../\1/'
echo $1 | python -c "import urllib.parse, sys; print(urllib.parse.quote(sys.stdin.read()))" | sed -E 's/(.*).../\1/' | tr -d '\n'
}

if [[ -n "$RP_LAUNCH_KEY" && -n "$RP_TOKEN" && -n "$RP_URL" && -n "$RP_PROJECT" ]]
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8.8.0
v8.8.1

0 comments on commit c7518f1

Please sign in to comment.