Merge "gerrit: host logo in static files"

This commit is contained in:
Zuul 2021-09-27 16:54:19 +00:00 committed by Gerrit Code Review
commit bcb437237a
3 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,7 @@ limitations under the License.
<style>
html {
--header-title-content: "opendev";
--header-icon: url("https://opendev.org/img/opendev-sm.png");
--header-icon: url("/static/opendev-sm.png");
--header-icon-size: 1.2em;
--border-width: 0 0 3px 0;

View File

@ -0,0 +1 @@
../../../../../assets/opendev-sm.png

View File

@ -49,6 +49,7 @@
dest: '/home/zuul/src/gerrit.googlesource.com/gerrit/{{ item }}'
loop:
- static/cla.html
- static/opendev-sm.png
- static/robots.txt
- static/system-cla.html
- static/usg-cla.html