Commit 4ad520a7 authored by daidekun's avatar daidekun

fixbugs

parent b0f1590e
...@@ -77,7 +77,7 @@ def build_nodejs_and_ui(namespace, systemName, contextDir, repoName, branchName) ...@@ -77,7 +77,7 @@ def build_nodejs_and_ui(namespace, systemName, contextDir, repoName, branchName)
sh "mv -f env.config.js ${configPath}" sh "mv -f env.config.js ${configPath}"
sh buildCmd sh buildCmd
sh 'tar zcf dist.tgz dist/' sh 'tar zcf dist.tgz dist/'
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