fix: initialize cloud web runtime postprocess flag

This commit is contained in:
Codex
2026-06-29 16:50:56 +00:00
parent def449348c
commit 70fc678f3d
+1
View File
@@ -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);",