Обновить executor/cli/git.py
All checks were successful
Test Actions / Builder (push) Successful in 9s
All checks were successful
Test Actions / Builder (push) Successful in 9s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user