chore: remove retry-lock

This commit is contained in:
Nicolas Meienberger
2025-12-06 11:17:31 +01:00
parent b394aca7ca
commit 7091f1f296

View File

@@ -795,7 +795,7 @@ const cleanupTemporaryKeys = async (config: RepositoryConfig, env: Record<string
};
const addCommonArgs = (args: string[], env: Record<string, string>) => {
args.push("--retry-lock", "1m", "--json");
args.push("--json");
if (env._SFTP_SSH_ARGS) {
args.push("-o", `sftp.args=${env._SFTP_SSH_ARGS}`);