Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Green build color for fixed builds
  • Loading branch information
jdsingh committed Jun 22, 2018
1 parent 82e4602 commit 7961db6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circleci/widget.go
Expand Up @@ -72,6 +72,8 @@ func buildColor(build *Build) string {
return "yellow"
case "success":
return "green"
case "fixed":
return "green"
default:
return "white"
}
Expand Down

0 comments on commit 7961db6

Please sign in to comment.