Update
All checks were successful
Test Actions / Builder (push) Successful in 23s

This commit is contained in:
2025-03-30 20:20:24 +03:00
parent 771f0c1ed5
commit fb65226642
2 changed files with 17 additions and 4 deletions

View File

@@ -60,10 +60,10 @@ print(cmd)
result = os.popen(cmd)
print(result.read())
cmd = 'git clone ' + \
GITHUB_SERVER_URL + '/' + \
GITHUB_REPOSITORY + ' ' + os.getcwd()
result = os.popen(cmd)
# cmd = 'git clone ' + \
# GITHUB_SERVER_URL + '/' + \
# GITHUB_REPOSITORY + ' ' + os.getcwd()
# result = os.popen(cmd)
# cmd = 'git clone ' + \
# 'https://' + sample_string + '@codex.r10x.net' + '/' + \