adapted to new definition

This commit is contained in:
brb
2023-07-06 15:58:25 +02:00
parent a51c49e8f4
commit 9513eb488b
+1 -1
View File
@@ -60,7 +60,7 @@ def handle_event(request: GiteaRequest):
)
# load runner commands
runner_script = load_runner_script(path=runner_script_path)
for pipeline_name, pipeline_step in runner_script.items():
for pipeline_name, pipeline_step in runner_script.pipelines.items():
print(pipeline_name)
print(pipeline_step)