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 publicEndpointChanged = false;",
|
||||||
" let dbSslModeChanged = false;",
|
" let dbSslModeChanged = false;",
|
||||||
" let codeAgentRuntimeChanged = false;",
|
" let codeAgentRuntimeChanged = false;",
|
||||||
|
" let cloudWebRuntimeChanged = false;",
|
||||||
" for (const file of yamlFiles(runtimePath)) {",
|
" for (const file of yamlFiles(runtimePath)) {",
|
||||||
" if (path.basename(file) === 'kustomization.yaml') continue;",
|
" if (path.basename(file) === 'kustomization.yaml') continue;",
|
||||||
" const docs = readYamlDocuments(file);",
|
" const docs = readYamlDocuments(file);",
|
||||||
|
|||||||
Reference in New Issue
Block a user