Skip to content

Commit 70479ae

Browse files
committed
fix pr app start
1 parent c4e78e7 commit 70479ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/apps/apps.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ export class AppsService {
270270
return;
271271
}
272272

273-
this.logger.debug('createPRApp: ', branch, title, ssh_url);
274-
const pipelines = await this.pipelinesService.listPipelines();
273+
this.logger.debug('createPRApp: ', userGroups, branch, title, ssh_url);
274+
const pipelines = await this.pipelinesService.listPipelines(userGroups);
275275

276276
for (const pipeline of pipelines.items) {
277277
console.log(pipeline.git.repository?.ssh_url, ssh_url);

0 commit comments

Comments
 (0)