feat(pipelines): list commit logs 使用直接订阅。
替代了先查询再订阅,确保数据不丢失。
This commit is contained in:
@ -50,6 +50,6 @@ export class PipelinesService extends BaseDbService<Pipeline> {
|
||||
project: pipeline.project,
|
||||
branch: pipeline.branch,
|
||||
});
|
||||
return job.id;
|
||||
return job;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user