work: Display checks steps of Check
continuous-integration/drone/push Build is passing Details

This commit is contained in:
nemunaire 2023-08-26 18:25:16 +02:00
parent c63a210ea7
commit 71910b9da8
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@ func declareAPIAuthWorksRoutes(router *gin.RouterGroup) {
Status: step.Status,
Logs: keeptLogs,
})
} else if step.Name == "Check steps" {
} else if strings.HasPrefix(step.Name, "Check") {
result, err := client.Logs(slug[0], slug[1], int(buildn), stage.Number, step.Number)
if err != nil {
log.Printf("An error occurs when retrieving logs from Drone (%s/%s/%d/%d/%d): %s", slug[0], slug[1], buildn, stage.Number, step.Number, err.Error())