|
@@ -183,7 +183,8 @@ public class OpsServiceImpl implements OpsService {
|
|
|
String cmd = CmdConstant.zip;
|
|
|
cmd = cmd.replaceAll("@output", outPath);
|
|
|
cmd = cmd.replaceAll("@workPace", configConstant.serverBasePath + "/download" );
|
|
|
- cmd = cmd.replaceAll("@inDir", intPath);
|
|
|
+ // 已引入工作目录, 直接填写目录即可
|
|
|
+ cmd = cmd.replaceAll("@inDir", workId);
|
|
|
|
|
|
CmdUtils.callShLine(cmd, 100);
|
|
|
|