fix: clear remaining yaml target naming residuals
Pipelines as Code CI / hwlab-web-probe-sentinel-nc01- Success

This commit is contained in:
Codex
2026-07-09 11:46:22 +02:00
parent 9d86263992
commit 4c48f8f17d
7 changed files with 82 additions and 82 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ export function keyValueBool(stdout: string, key: string): boolean {
export function backendCoreCiRunnerReady(result: DispatchResult): boolean {
return result.ok
&& keyValueBool(result.stdout, "d601_native_k3s_guard")
&& keyValueBool(result.stdout, "k3s_target_guard")
&& keyValueBool(result.stdout, "kubectl")
&& keyValueBool(result.stdout, "docker")
&& keyValueBool(result.stdout, "namespace")