Skip to content

Commit

Permalink
Fix conditional URL for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Oct 23, 2023
1 parent d87413a commit 9cf4160
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions master-web/templates/home.jade
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@
| PyMySQL
li
| Packages built by buildbot can be downloaded from
if baseurl == "https://buildbot.mariadb.org"
a(href="https://ci.mariadb.org") here.
else
a(href="https://ci.dev.mariadb.org") here.
if baseurl == "https://buildbot.mariadb.org/"
a(href="https://ci.mariadb.org") here.
else
a(href="https://ci.dev.mariadb.org") here.
li
a(href="{{baseurl}}cr") Cross-reference
| allows to search for test failures in previous test runs.
Expand Down

0 comments on commit 9cf4160

Please sign in to comment.