feat(repos): 检出相关逻辑更改为传入任务信息而不是项目信息。
This commit is contained in:
@@ -21,7 +21,10 @@ describe('PipelineTasksService', () => {
|
||||
id: 'test',
|
||||
name: '测试流水线',
|
||||
branch: 'master',
|
||||
workUnitMetadata: [],
|
||||
workUnitMetadata: {},
|
||||
project: {
|
||||
id: 'test-project',
|
||||
},
|
||||
} as Pipeline);
|
||||
let redisClient;
|
||||
let taskQueue: Queue;
|
||||
|
Reference in New Issue
Block a user