Skip to content

Commit ce055a5

Browse files
committed
Finalize test changes
1 parent a31ff3e commit ce055a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-eclipse-distro-gchat-notification.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,9 @@ jobs:
5858
filename=${file:${#s3_url}+1}
5959
echo $download_url
6060
echo $filename
61-
echo "<a href=${download_url}>${filename}</a><br/>" >> $downloads_html
61+
echo "<a href=${download_url}>${filename}</a>" >> $downloads_html
6262
fi
6363
done
64-
cat ./$downloads_html
6564
distro_links=`cat ./$downloads_html`
6665
rm -f ./$downloads_html
6766

0 commit comments

Comments
 (0)