add separator in table between build numbers
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
760d0f59e1
commit
749b946fd2
|
@ -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 -%}
|
||||
|
|
Loading…
Reference in New Issue