| @@ -590,7 +590,7 @@ public class ModelsServiceImpl implements ModelsService { | |||||
| String projectUrl = gitendpoint + "/" + owner + "/" + repositoryName + ".git"; | String projectUrl = gitendpoint + "/" + owner + "/" + repositoryName + ".git"; | ||||
| String sourcePath = modelsVo.getModelVersionVos().get(0).getUrl(); | String sourcePath = modelsVo.getModelVersionVos().get(0).getUrl(); | ||||
| String relatePath = ci4sUsername + "/model/" + gitlinIid + "/" + modelsVo.getName(); | |||||
| String relatePath = ci4sUsername + "/model/" + gitlinIid + "/" + repositoryName; | |||||
| String rootPath = localPath + relatePath; | String rootPath = localPath + relatePath; | ||||
| String modelPath = rootPath + "/model"; | String modelPath = rootPath + "/model"; | ||||
| String metaPath = rootPath + "/metadata"; | String metaPath = rootPath + "/metadata"; | ||||
| @@ -678,7 +678,7 @@ public class ModelsServiceImpl implements ModelsService { | |||||
| String projectUrl = gitendpoint + "/" + owner + "/" + repositoryName + ".git"; | String projectUrl = gitendpoint + "/" + owner + "/" + repositoryName + ".git"; | ||||
| String sourcePath = modelsVo.getModelVersionVos().get(0).getUrl(); | String sourcePath = modelsVo.getModelVersionVos().get(0).getUrl(); | ||||
| String relatePath = ci4sUsername + "/model/" + modelsVo.getId() + "/" + modelsVo.getName(); | |||||
| String relatePath = ci4sUsername + "/model/" + modelsVo.getId() + "/" + repositoryName; | |||||
| String rootPath = localPath + relatePath; | String rootPath = localPath + relatePath; | ||||
| String modelPath = rootPath + "/model"; | String modelPath = rootPath + "/model"; | ||||
| String metaPath = rootPath + "/metadata"; | String metaPath = rootPath + "/metadata"; | ||||