|
|
@@ -78,8 +78,8 @@ public class BuildDeployServiceImpl implements BuildDeployService {
|
|
|
throw new Exception(appId + " 不存在");
|
|
|
}
|
|
|
|
|
|
- AppBuilder appIntegrate = new AppBuilder(app);
|
|
|
- AppBuildSupplier supplier = new AppBuildSupplier(appIntegrate);
|
|
|
+ AppBuilder appBuilder = new AppBuilder(app);
|
|
|
+ AppBuildSupplier supplier = new AppBuildSupplier(appBuilder);
|
|
|
log.info("{} 开始异步构建", appId);
|
|
|
buildingService.refreshBeforeBuild(appId);
|
|
|
CompletableFuture.supplyAsync(supplier, threadPool)
|