mirror of https://github.com/alibaba/SREWorks.git
fix: kankio build storeAndPublish
This commit is contained in:
parent
cabac0a2e2
commit
cb0e64ca60
|
@ -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 包记录
|
||||
|
|
Loading…
Reference in New Issue