feat: 隐藏echo命令执行参数

This commit is contained in:
hukdoesn
2025-07-03 17:30:47 +08:00
parent 3b75689bde
commit b66e14ed2d
4 changed files with 43 additions and 8 deletions

View File

@@ -377,7 +377,8 @@ class Builder:
'duration': str(int(time.time() - clone_start_time))
})
else:
self.send_log(f"预发布/生产环境构建,跳过代码克隆,直接使用版本: {self.version}", "Environment")
pass
# self.send_log(f"预发布/生产环境构建,跳过代码克隆,直接使用版本: {self.version}", "Environment")
# 创建构建目录
os.makedirs(self.build_path, exist_ok=True)