Skip to content

Commit

Permalink
Fix jade artifact URL
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Oct 23, 2023
1 parent 59a70e6 commit 3101339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions master-web/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ exec(open("../master-private.cfg").read(), config, { })
c['title'] = os.getenv('TITLE', default="MariaDB CI")
c['titleURL'] = os.getenv('TITLE_URL', default="https://github.com/MariaDB/server")
c['buildbotURL'] = os.getenv('BUILDMASTER_URL', default="https://buildbot.mariadb.org/")
c['artifactURL'] = os.getenv('ARTIFACT_URL', default="https://ci.mariadb.org/")

port = int(os.getenv('PORT', default="8010"))
# minimalistic config to activate web UI
Expand Down
3 changes: 1 addition & 2 deletions master-web/templates/home.jade
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@
| PyMySQL
li
| Packages built by buildbot can be downloaded from
a(href="https://ci.mariadb.org") here
| .
a(href="{{config.artifactURL}}") here.
li
a(href="{{baseurl}}cr") Cross-reference
| allows to search for test failures in previous test runs.
Expand Down

0 comments on commit 3101339

Please sign in to comment.