[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-09-02 05:10:56 +00:00
committed by GitHub
parent be9e19e708
commit 4a07118acd
5 changed files with 22 additions and 8 deletions

View File

@@ -72,7 +72,10 @@ export const buildCompose = async (compose: ComposeNested, logPath: string) => {
NODE_ENV: process.env.NODE_ENV,
PATH: process.env.PATH,
...(composeType === "stack" && {
...getEnviromentVariablesObject(compose.env, compose.environment.project.env),
...getEnviromentVariablesObject(
compose.env,
compose.environment.project.env,
),
}),
},
},