mirror of https://github.com/alibaba/SREWorks.git
fix: kankio build storeAndPublish
This commit is contained in:
parent
cabac0a2e2
commit
cb0e64ca60
|
@ -200,7 +200,9 @@ public class ComponentPackageBuilderServiceImpl implements ComponentPackageBuild
|
|||
} else {
|
||||
res = handler.launch(componentHandlerReq);
|
||||
}
|
||||
storeAndPublish(taskDO, res);
|
||||
if (res != null) {
|
||||
storeAndPublish(taskDO, res);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue