adapted to new definition
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user