Update to add the name which has a better indication for the label of what build the status is for
This commit is contained in:
parent
5c7a66534d
commit
95b3a78aa9
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ func (c *Config) Status(u *model.User,r *model.Repo,b *model.Build,link string)
|
|||
status := internal.BuildStatus{
|
||||
State: convertStatus(b.Status),
|
||||
Desc: convertDesc(b.Status),
|
||||
Name: fmt.Sprintf("Drone #%d - %s", b.Number, b.Branch),
|
||||
Key: "Drone",
|
||||
Url: link,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue