updated execute runner script
This commit is contained in:
+1
-1
@@ -34,6 +34,6 @@ def clone_repository(
|
||||
def execute_runner_script(path: Path) -> None:
|
||||
rs = RunnerScript.from_file(path)
|
||||
for cmd in rs.script:
|
||||
print(cmd)
|
||||
print(f'> {cmd}')
|
||||
os.system(cmd)
|
||||
logging.debug('finished')
|
||||
|
||||
Reference in New Issue
Block a user