Commit 5bb9c2fc authored by wentao.suo's avatar wentao.suo

fix

parent 19957f02
...@@ -305,7 +305,7 @@ def build_nodejs( systemName, contextDir) { ...@@ -305,7 +305,7 @@ def build_nodejs( systemName, contextDir) {
buildCmd = projectAttr["buildCmd"] buildCmd = projectAttr["buildCmd"]
configName = systemName configName = systemName
sh "mv -f ./${systemName}env.config ${configPath}" sh "mv -f ./${systemName}.env.config ${configPath}"
sh "tar zcf ${contextDir}/dist.tgz ./* " sh "tar zcf ${contextDir}/dist.tgz ./* "
} }
......
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