refactor: 重构部署功能
This commit is contained in:
@@ -221,7 +221,7 @@ export class PipelineRunner {
|
||||
const userEnvVars = JSON.parse(deployment.envVars);
|
||||
Object.assign(envVars, userEnvVars);
|
||||
} catch (error) {
|
||||
console.error('解析环境变量失败:', error);
|
||||
log.error(this.TAG, '解析环境变量失败:', error);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user