remove hash from template for build ids
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
8846e1e206
commit
865d30dbb7
|
@ -7,9 +7,9 @@ module.exports = `
|
||||||
| | | | | | | |
|
| | | | | | | |
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
{%- if b.success -%}
|
{%- 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 }}) |
|
| :heavy_check_mark: | {{ b.commit }} | [{{ b.id }}]({{ b.url }}) | {{ b.meta.created | date }} | {{ b.duration }} | \`{{ b.platform }}\` | [:package: package]({{ b.pkg_url }}) |
|
||||||
{% else -%}
|
{% else -%}
|
||||||
| :x: | {{ b.commit }} | [#{{ b.id }}]({{ b.url }}) | {{ b.meta.created | date }} | {{ b.duration }} | \`{{ b.platform }}\` | [:page_facing_up: build log]({{ b.pkg_url }}consoleText) |
|
| :x: | {{ b.commit }} | [{{ b.id }}]({{ b.url }}) | {{ b.meta.created | date }} | {{ b.duration }} | \`{{ b.platform }}\` | [:page_facing_up: build log]({{ b.pkg_url }}consoleText) |
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
`
|
`
|
||||||
|
|
Loading…
Reference in New Issue