refactor: register

This commit is contained in:
xiaojunnuo
2023-05-09 09:56:31 +08:00
parent f358a0f226
commit e123ec4089
14 changed files with 25 additions and 18 deletions
@@ -60,3 +60,5 @@ export class HostShellExecutePlugin implements ITaskPlugin {
this.logger.info("exec res:", ret);
}
}
new HostShellExecutePlugin();
@@ -98,3 +98,5 @@ export class UploadCertToHostPlugin implements ITaskPlugin {
this.hostKeyPath = keyPath;
}
}
new UploadCertToHostPlugin();