diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2020-02-13 13:54:02 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-02-13 14:55:39 +0000 |
commit | adc7bf9f256bc51033740d9a44b184bcd5f396bb (patch) | |
tree | 6b29b7081300ba80e35ee0ee01221ff85d8e9bae /.gitlab-ci | |
parent | f4a8edf441efef49e009fa220e633229a9079bd2 (diff) | |
download | gtk+-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.py | 2 |
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> |