From f64c82ef42daa43cc8773e5a0eaeaf778ab82ecc Mon Sep 17 00:00:00 2001 From: Kode Date: Thu, 6 Feb 2020 15:28:13 +0000 Subject: [PATCH] changes to template --- ci/index.html | 153 ++++++++++++++++++++++++++++++++++++++++---- ci/results.template | 8 +-- 2 files changed, 145 insertions(+), 16 deletions(-) diff --git a/ci/index.html b/ci/index.html index 5933b7f..2fb539b 100755 --- a/ci/index.html +++ b/ci/index.html @@ -1,12 +1,143 @@ - - - - - - - CI Results - -
+ + + + + + + CI Results + + + + + + + + +
+
+

LinuxServer.io

+
+
+
- - + + \ No newline at end of file diff --git a/ci/results.template b/ci/results.template index e11a8ce..313bc21 100755 --- a/ci/results.template +++ b/ci/results.template @@ -1,4 +1,3 @@ -# ![logo](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png) # Test Results {{ image }}:{{ meta_tag }} ## Cumulative: {{ report_status }} @@ -10,12 +9,11 @@ {% for container in report_containers %}
## {{ image }}:{{ container["tag"] }} -### Build Version: {{ container["build_version"] }} - -{% if screenshot == 'true' %}### Screenshot - +{% if screenshot == 'true' %} [![{{ container["tag"] }}]({{ container["tag"] }}.png =600x*)]({{ container["tag"] }}.png) {% endif %} +### Build Version: {{ container["build_version"] }} + ### Logs
Expand