From 10fb334058c23dc90b21afae46bead865ea3d274 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Mon, 23 Oct 2023 13:44:48 +0200 Subject: [PATCH] Fix conditional URL for artifacts --- master-web/templates/home.jade | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/master-web/templates/home.jade b/master-web/templates/home.jade index eadef8e8..33bcf6fd 100644 --- a/master-web/templates/home.jade +++ b/master-web/templates/home.jade @@ -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.