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