mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[mod] info for now for debugging purpose
This commit is contained in:
parent
c49e9322c4
commit
952f70f05a
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -202,7 +202,7 @@ async def run_job(worker, job):
|
|||
|
||||
cwd = os.path.split(path_to_analyseCI)[0]
|
||||
arguments = f' {job.url_or_path} "{job.name}"'
|
||||
task_logger.debug(f"Launch command: /bin/bash " + path_to_analyseCI + arguments)
|
||||
task_logger.info(f"Launch command: /bin/bash " + path_to_analyseCI + arguments)
|
||||
command = await asyncio.create_subprocess_shell("/bin/bash " + path_to_analyseCI + arguments,
|
||||
cwd=cwd,
|
||||
stdout=asyncio.subprocess.PIPE,
|
||||
|
|
Loading…
Add table
Reference in a new issue