fix: stabilize ssh artifact downloads

This commit is contained in:
Codex
2026-06-02 09:13:11 +00:00
parent b6099492bc
commit 263b0cf3b2
4 changed files with 78 additions and 7 deletions
-2
View File
@@ -1677,8 +1677,6 @@ function downloadRemoteFile(options: ArtifactRegistryOptions, remotePath: string
"ssh",
options.providerId,
"download",
"--chunk-bytes",
"96000",
remotePath,
localPath,
], repoRoot, { timeoutMs });