Skip to content

Commit fc93d7e

Browse files
committed
Bug(linked ci) : message changed
1 parent 661742b commit fc93d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/pipeline/CiCdPipelineOrchestrator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ func (impl CiCdPipelineOrchestratorImpl) CreateCiConf(createRequest *bean.CiConf
809809
// Rollback tx on error.
810810
defer tx.Rollback()
811811
if !ciPipeline.PipelineType.IsValidPipelineType() {
812-
impl.logger.Debugw("please provide valid PipelineType", "ciPipeline.PipelineType", ciPipeline.PipelineType)
812+
impl.logger.Debugw(" Invalid PipelineType", "ciPipeline.PipelineType", ciPipeline.PipelineType)
813813
return nil, errors.New(bean2.PIPELINE_TYPE_IS_NOT_VALID)
814814
}
815815
ciPipelineObject := &pipelineConfig.CiPipeline{

0 commit comments

Comments
 (0)