diff --git a/scripts/src/hwlab-node/render.ts b/scripts/src/hwlab-node/render.ts index 69b4ea66..a52e37d6 100644 --- a/scripts/src/hwlab-node/render.ts +++ b/scripts/src/hwlab-node/render.ts @@ -1613,6 +1613,7 @@ export function nodeRuntimePipelinePostprocessScript(): string[] { " let publicEndpointChanged = false;", " let dbSslModeChanged = false;", " let codeAgentRuntimeChanged = false;", + " let cloudWebRuntimeChanged = false;", " for (const file of yamlFiles(runtimePath)) {", " if (path.basename(file) === 'kustomization.yaml') continue;", " const docs = readYamlDocuments(file);",