mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
fix: 部署到腾讯云cdn选择证书任务步骤限制只能选证书
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user