fix: block check if healthcheck fails
This commit is contained in:
parent
43b8f374db
commit
8d2c4932e8
|
@ -38,6 +38,9 @@ func Run(stages []Stage) []StageResult {
|
|||
ForceQuit: forceQuit,
|
||||
})
|
||||
if forceQuit {
|
||||
if stage.Name == "healthcheck" {
|
||||
return stageResults
|
||||
}
|
||||
break
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user