Skip to content

Commit 60ab63f

Browse files
committed
fix publish reports
1 parent 4608802 commit 60ab63f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

publish-test-reports.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ name_of_the_report="$2"
2424
QA_USER="${3:-qaplanetv1}"
2525

2626
if [ $QA_USER == "qaplanetv1" ]; then
27-
$HOSTNAME="qa.planx-pla.net"
27+
HOSTNAME="qa.planx-pla.net"
2828
else
29-
$HOSTNAME="${QA_USER}.planx-pla.net"
29+
HOSTNAME="${QA_USER}.planx-pla.net"
30+
fi
3031

3132
which allure
3233
RC=$?

0 commit comments

Comments
 (0)