Browse Source

Merge branch 'dev' of https://gitlink.org.cn/ci4s/ci4sManagement-cloud into dev

dev-DXTZYK
somunslotus 1 year ago
parent
commit
e3cc9a998c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/ModelsServiceImpl.java

+ 2
- 2
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/ModelsServiceImpl.java View File

@@ -590,7 +590,7 @@ public class ModelsServiceImpl implements ModelsService {

String projectUrl = gitendpoint + "/" + owner + "/" + repositoryName + ".git";
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 modelPath = rootPath + "/model";
String metaPath = rootPath + "/metadata";
@@ -678,7 +678,7 @@ public class ModelsServiceImpl implements ModelsService {

String projectUrl = gitendpoint + "/" + owner + "/" + repositoryName + ".git";
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 modelPath = rootPath + "/model";
String metaPath = rootPath + "/metadata";


Loading…
Cancel
Save