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