Skip to content

Commit 31b8edb

Browse files
authored
fixed pipelineOverride id being sent instead of pipelineId (#3984)
1 parent c41edcb commit 31b8edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/pipeline/WorkflowDagExecutor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ func (impl *WorkflowDagExecutorImpl) HandleDeploymentSuccessEvent(gitHash string
12481248
return err
12491249
}
12501250

1251-
postStage, err := impl.getPipelineStage(pipelineOverride.Id, repository4.PIPELINE_STAGE_TYPE_POST_CD)
1251+
postStage, err := impl.getPipelineStage(pipelineOverride.PipelineId, repository4.PIPELINE_STAGE_TYPE_POST_CD)
12521252
if err != nil {
12531253
return err
12541254
}

0 commit comments

Comments
 (0)