Browse Source

加上干掉本地分支

dev-DXTZYK
fanshuai 1 year ago
parent
commit
c02df8437e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/utils/DVCUtils.java

+ 1
- 1
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/utils/DVCUtils.java View File

@@ -601,7 +601,7 @@ public class DVCUtils {


// 更新的 dvcPull 方法 // 更新的 dvcPull 方法
public void dvcPull(String localPath) throws Exception { public void dvcPull(String localPath) throws Exception {
String command = "dvc pull";
String command = "dvc pull -v";
runCommand(command, localPath); runCommand(command, localPath);
} }




Loading…
Cancel
Save