Commit 0f923072 authored by daidekun's avatar daidekun

xyqb-ui

parent d883518b
......@@ -93,7 +93,12 @@ def build_ui(namespace, systemName, contextDir, repoName, branchName, workspace)
sh "bower install"
}
sh buildCmd
if (systemName == "xyqb-ui") {
sh "grunt build --force"
}else{
sh buildCmd
}
sh 'tar zcf dist.tgz dist/'
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