Anders Blomdell / mbed-sdk-tools
Revision:
36:96847d42f010
Parent:
35:da9c89f8be7d
Child:
37:f8cfeb185c30
--- a/ci_templates/library_build/report.html	Wed Feb 15 13:53:18 2017 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-<h2>{{failing_builds|length}} Failing Builds</h2>
-{% for report in failing_builds %}
-{% include 'library_build/build_report.html' %}
-{% endfor %}
-
-<h2>{{passing_builds|length}} Passing Builds</h2>
-{% for report in passing_builds %}
-{% include 'library_build/build_report.html' %}
-{% endfor %}
-
-{% include 'scripts.js' %}