Remove unused unstable builds list

This commit is contained in:
Abhishek Arya 2017-04-07 07:10:53 -07:00 committed by GitHub
parent f6b672f854
commit 6162a27de8
1 changed files with 0 additions and 6 deletions

View File

@ -10,12 +10,6 @@
<li><a href="/log-{{project.build_id}}.txt">{{project.name}}</a></li>
{% endfor -%}
</ul>
<h1>Unstable builds</h1>
<ul>
{% for project in unstable -%}
<li><a href="/log-{{project.build_id}}.txt">{{project.name}}</a></li>
{% endfor -%}
</ul>
<h1>Healthy builds</h1>
<ul>
{% for project in successes -%}