Skip to content

Commit fdcb60f

Browse files
committed
fix(): bugfix, delete pr field before saveing build run
1 parent ea00cf0 commit fdcb60f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/process-manager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ export function restartBuild(buildId: number): Promise<any> {
387387
build.build_id = buildId;
388388
delete build.repositories_id;
389389
delete build.jobs;
390+
delete build.pr;
390391
insertBuildRun(build);
391392
})
392393
.then(() => getLastRunId(build.id))

0 commit comments

Comments
 (0)