Commit 81d437da by huangfusuper

资源拉取压缩

parent 01c38caa
...@@ -59,6 +59,7 @@ public class CommandAndScriptProcessingMachine implements ProcessingMachine { ...@@ -59,6 +59,7 @@ public class CommandAndScriptProcessingMachine implements ProcessingMachine {
log.debug("-----远程地址的文件被拉取到:[{}]------------",scriptDirPath); log.debug("-----远程地址的文件被拉取到:[{}]------------",scriptDirPath);
//初始化命令信息 //初始化命令信息
command = PlaceholderUtils.initCommand(command,scriptDirPath); command = PlaceholderUtils.initCommand(command,scriptDirPath);
command = "cd "+scriptDirPath + "\n" + command;
log.debug("-----执行命令初始化完成,命令为:[{}]------------",command); log.debug("-----执行命令初始化完成,命令为:[{}]------------",command);
resourceKeywordReplacement(scriptDirPath,paramAndPlaceholderDto); resourceKeywordReplacement(scriptDirPath,paramAndPlaceholderDto);
scriptDto.setCommand(command); scriptDto.setCommand(command);
......
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