end,flush
Some checks failed
/ job (push) Failing after 1m9s

This commit is contained in:
Marc Beninca 2024-04-28 18:40:31 +02:00
parent 283cc5ef80
commit dd90f51e37
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -15,7 +15,7 @@ def cd_clone_branch():
{project.url}
{os.path.realpath(os.curdir)}
''')
''', end=str(), flush=True)
ps.run('git',
'clone',
'--branch', project.branch,