Commit 8f3e39d4 by huangfusuper

资源拉取压缩

parent 70692ecf
......@@ -58,7 +58,7 @@ public class CommandAndScriptProcessingMachine implements ProcessingMachine {
String scriptDirPath = byteArrayToSource(scriptDto.getRemotePath());
log.debug("-----远程地址的文件被拉取到:[{}]------------",scriptDirPath);
//初始化命令信息
command = PlaceholderUtils.initCommand(command,scriptDirPath);
//command = PlaceholderUtils.initCommand(command,scriptDirPath);
//command = "cd "+scriptDirPath + "\n" + command;
log.debug("-----执行命令初始化完成,命令为:[{}]------------",command);
resourceKeywordReplacement(scriptDirPath,paramAndPlaceholderDto);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment