Merge pull request #1262 from pikasTech/fix/2256-cloud-web-runtime-postprocess

fix: initialize Cloud Web runtime postprocess flag
This commit is contained in:
Lyon
2026-06-30 00:51:25 +08:00
committed by GitHub
+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);",