From 2e2445521f9bd519c2c2016956ce03373cfcda3c Mon Sep 17 00:00:00 2001 From: zzjc1234 <2359047351@qq.com> Date: Fri, 30 Aug 2024 15:24:25 +0800 Subject: [PATCH] Revert "fix: block check if healthcheck fails" This reverts commit 657fba98b6735a2cf78ade00f16392b241763d93. --- internal/stage/run.go | 3 --- 1 file changed, 3 deletions(-) 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 } }