add separator in table between build numbers

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-12-13 10:06:14 +01:00
parent 760d0f59e1
commit 749b946fd2
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ module.exports = `
| :grey_question: | Commit | :hash: | Finished | Duration | Platform | Result |
|-|-|-|-|-|-|-|
{% for b in builds -%}
{%- if b.id > builds[loop.index0-1].id -%}
| | | | | | | |
{% endif -%}
{%- if b.success -%}
| :heavy_check_mark: | {{ b.commit }} | [#{{ b.id }}]({{ b.url }}) | {{ b.meta.created | date }} | {{ b.duration }} | \`{{ b.platform }}\` | [:package: package]({{ b.pkg_url }}) |
{% else -%}