Skip to content

Commit

Permalink
Adapt HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Apr 18, 2024
1 parent 0c10691 commit d68606a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def getHTMLLogString(base_path="./buildbot"):
<html>
<body>' >> {base_path}/mysql_logs.html
echo '<a href=" {os.getenv('ARTIFACTS_URL', default='https://ci.mariadb.org')}/%(prop:tarbuildnum)s/logs/%(prop:buildername)s/">logs (mysqld* + var.tar.gz)</a><br>' >> {base_path}/mysql_logs.html
echo '<a href=" {os.getenv('ARTIFACTS_URL', default='https://ci.mariadb.org')}/%(prop:tarbuildnum)s/logs/%(prop:buildername)s/">logs (mariadbd.gz + var.tar.gz)</a><br>' >> {base_path}/mysql_logs.html
echo '</body>
</html>' >> {base_path}/mysql_logs.html"""
Expand Down

0 comments on commit d68606a

Please sign in to comment.