Обновить executor/cli/git.py
All checks were successful
Test Actions / Builder (push) Successful in 9s

This commit is contained in:
2025-10-19 05:09:59 +03:00
parent 04bc88a70d
commit 297e35a668

View File

@@ -69,7 +69,7 @@ def handle_git(args):
value = 'git@codex.r10x.net:org-'+str(org_id)+'@github.com:'
exec_cmd(cmd)
cmd = 'git remote add origin ' + GITHUB_SERVER_URL + REPOSITORY
cmd = 'git remote add origin ' + GITHUB_SERVER_URL + '/' + REPOSITORY
exec_cmd(cmd)
cmd = 'git fetch --progress --depth ' + DEPTH + ' origin ' + REF