fix: clear remaining yaml target naming residuals
Pipelines as Code CI / hwlab-web-probe-sentinel-nc01- Success
Pipelines as Code CI / hwlab-web-probe-sentinel-nc01- Success
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user