Added ints to float64 for using with since helper.

This commit is contained in:
2019-10-16 21:24:43 +05:00
parent 4012b5da02
commit 008908029b
2 changed files with 22 additions and 12 deletions

View File

@@ -53,7 +53,7 @@ steps:
from_secret: discord_webhook_secret
message: "
{{#success build.status}}
**{{repo.name}}#{{build.number}}@{{commit.sha}}** built in {{since build.started}} and pushed to hub.docker.com.
**{{repo.name}}#{{build.number}}@{{commit.sha}}** built in {{since build.startedint}} and pushed to hub.docker.com.
{{ else }}
**{{repo.name}}#{{build.number}}@{{commit.sha}}** failed. See {{build.link}}.
{{/success}}"