fix: kankio build storeAndPublish

This commit is contained in:
twwy 2023-03-21 15:53:58 +08:00
parent cabac0a2e2
commit cb0e64ca60
1 changed files with 3 additions and 1 deletions

View File

@ -200,9 +200,11 @@ public class ComponentPackageBuilderServiceImpl implements ComponentPackageBuild
} else {
res = handler.launch(componentHandlerReq);
}
if (res != null) {
storeAndPublish(taskDO, res);
}
}
}
private void storeAndPublish(ComponentPackageTaskDO taskDO, LaunchBuildComponentHandlerRes infoBO) {
// 增加 Component Package 包记录