chore: remove retry-lock
This commit is contained in:
parent
b394aca7ca
commit
7091f1f296
1 changed files with 1 additions and 1 deletions
|
|
@ -795,7 +795,7 @@ const cleanupTemporaryKeys = async (config: RepositoryConfig, env: Record<string
|
||||||
};
|
};
|
||||||
|
|
||||||
const addCommonArgs = (args: string[], env: Record<string, string>) => {
|
const addCommonArgs = (args: string[], env: Record<string, string>) => {
|
||||||
args.push("--retry-lock", "1m", "--json");
|
args.push("--json");
|
||||||
|
|
||||||
if (env._SFTP_SSH_ARGS) {
|
if (env._SFTP_SSH_ARGS) {
|
||||||
args.push("-o", `sftp.args=${env._SFTP_SSH_ARGS}`);
|
args.push("-o", `sftp.args=${env._SFTP_SSH_ARGS}`);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue