|
|
|
@@ -121,7 +121,7 @@ public class NewDatasetServiceImpl implements NewDatasetService { |
|
|
|
String owner = (String) userInfo.get("login"); |
|
|
|
|
|
|
|
gitService.createBranch(token, (String) userInfo.get("login"), repositoryName, branchName, "master"); |
|
|
|
// 定义标签 标签1:ci4s-dataset 标签2:DataTag 标签3:DataType |
|
|
|
// 定义标签 标签1:dataset 标签2:DataTag 标签3:DataType |
|
|
|
gitService.createTopic(token, gitlinIid, Constant.Topic_Dataset); |
|
|
|
if (StringUtils.isNotEmpty(datasetVo.getDataTag())) { |
|
|
|
gitService.createTopic(token, gitlinIid, "datatag-" + datasetVo.getDataTag()); |
|
|
|
|