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