Revert "fix: block check if healthcheck fails"

This reverts commit 657fba98b6735a2cf78ade00f16392b241763d93.
This commit is contained in:
zzjc1234 2024-08-30 15:24:25 +08:00 committed by Boming Zhang
parent 8d2c4932e8
commit 2e2445521f
GPG Key ID: D47306D7062CDA9D

View File

@ -38,9 +38,6 @@ func Run(stages []Stage) []StageResult {
ForceQuit: forceQuit,
})
if forceQuit {
if stage.Name == "healthcheck" {
return stageResults
}
break
}
}