diff --git a/internal/stage/run.go b/internal/stage/run.go index da0828c..670f666 100644 --- a/internal/stage/run.go +++ b/internal/stage/run.go @@ -38,9 +38,6 @@ func Run(stages []Stage) []StageResult { ForceQuit: forceQuit, }) if forceQuit { - if stage.Name == "healthcheck" { - return stageResults - } break } }