fix: 部署到腾讯云cdn选择证书任务步骤限制只能选证书

This commit is contained in:
xiaojunnuo
2024-08-23 18:02:14 +08:00
parent 17ead547aa
commit 3345c145b8
4 changed files with 125 additions and 3 deletions

View File

@@ -342,7 +342,7 @@ export class PipelineService extends BaseService<PipelineEntity> {
}
}
async cancel(historyId:number) {
async cancel(historyId: number) {
const executor = runningTasks.get(historyId);
if (executor) {
await executor.cancel();