Commit 75fcc7f8 authored by daidekun's avatar daidekun

s

parent 3deffc9d
...@@ -101,7 +101,7 @@ def build_nodejs(namespace, systemName, contextDir, repoName, branchName, worksp ...@@ -101,7 +101,7 @@ def build_nodejs(namespace, systemName, contextDir, repoName, branchName, worksp
sh "mv -f env.config.js ${configPath}" sh "mv -f env.config.js ${configPath}"
sh "npm install" sh "npm install"
sh 'tar zcf dist.tgz dist/' sh 'tar zcf dist.tgz ./*'
sh "mv dist.tgz ${contextDir}" sh "mv dist.tgz ${contextDir}"
} }
......
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