Merge pull request #1262 from pikasTech/fix/2256-cloud-web-runtime-postprocess
fix: initialize Cloud Web runtime postprocess flag
This commit is contained in:
@@ -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);",
|
||||
|
||||
Reference in New Issue
Block a user