update build time format

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2020-07-23 12:16:10 +08:00
parent 546c9b8541
commit 30be2b99d7
4 changed files with 22 additions and 8 deletions
+2 -2
View File
@@ -59,8 +59,8 @@ type (
Number int
Status string
Link string
Started float64
Finished float64
Started int64
Finished int64
PR string
DeployTo string
}