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