Skip to content

Commit 3bad55c

Browse files
committed
todo
1 parent f317e68 commit 3bad55c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/pipeline/PipelineStageService.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,7 @@ func (impl *PipelineStageServiceImpl) CreateStageSteps(steps []*bean.PipelineSta
680680
impl.logger.Errorw("error in creating script and mapping for inline step", "err", err, "inlineStepDetail", inlineStepDetail)
681681
return err
682682
}
683+
// TODO: silenly filtering reserved paths, not throwing error as of now since this flow is not in tx
683684
step.OutputDirectoryPath = helper.FilterReservedPathFromOutputDirPath(step.OutputDirectoryPath)
684685
inlineStep := &repository.PipelineStageStep{
685686
PipelineStageId: stageId,

0 commit comments

Comments
 (0)