Skip to content

Commit beb1e3c

Browse files
committed
normal job to ci build
1 parent b27560a commit beb1e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CIPipelineN/CIPipeline.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ export default function CIPipeline({
609609
_ciPipeline.pipelineType = ciPipeline.id ? ciPipeline.pipelineType : ciPipelineType
610610
}
611611
if (isJobView){
612-
_ciPipeline.pipelineType= CIPipelineBuildType.NORMAL_JOB
612+
_ciPipeline.pipelineType= CIPipelineBuildType.CI_BUILD
613613
}
614614
saveCIPipeline(
615615
{

0 commit comments

Comments
 (0)