mirror of
https://github.com/certd/certd.git
synced 2026-07-21 18:37:33 +08:00
fix(pipeline-service): 修复流水线运行时超过套餐部署次数仍然能够正常运行的bug
This commit is contained in:
@@ -659,6 +659,7 @@ export class PipelineService extends BaseService<PipelineEntity> {
|
||||
suite = res.suite
|
||||
} catch (e) {
|
||||
logger.error(`流水线${entity.id}触发失败(${triggerId}):${e.message}`);
|
||||
return;
|
||||
}
|
||||
|
||||
const id = entity.id;
|
||||
|
||||
Reference in New Issue
Block a user