mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
chore: remove retry-lock
This commit is contained in:
@@ -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}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user