sdfsdf
This commit is contained in:
@@ -206,7 +206,7 @@ class PipelineExecutor:
|
||||
stage.error = f"Unknown command: {cmd_name}"
|
||||
return stage
|
||||
|
||||
pipeline_ctx = ctx.PipelineStageContext(stage_index=index, total_stages=total)
|
||||
pipeline_ctx = ctx.PipelineStageContext(stage_index=index, total_stages=total, pipe_index=index)
|
||||
ctx.set_stage_context(pipeline_ctx)
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user