summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-02-13 13:54:02 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2020-02-13 14:55:39 +0000
commitadc7bf9f256bc51033740d9a44b184bcd5f396bb (patch)
tree6b29b7081300ba80e35ee0ee01221ff85d8e9bae /.gitlab-ci
parentf4a8edf441efef49e009fa220e633229a9079bd2 (diff)
downloadgtk+-adc7bf9f256bc51033740d9a44b184bcd5f396bb.tar.gz
ci: Put the branch name in the HTML header
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/meson-html-report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/meson-html-report.py b/.gitlab-ci/meson-html-report.py
index 437a6cb664..4ba5fceadf 100755
--- a/.gitlab-ci/meson-html-report.py
+++ b/.gitlab-ci/meson-html-report.py
@@ -138,7 +138,7 @@ ul.images li {
</head>
<body>
<header>
- <h1>{{ report.project_name }} :: Test Reports</h1>
+ <h1>{{ report.project_name }}/{{ report.branch_name }} :: Test Reports</h1>
</header>
<article>