Commit f6ccdf99 authored by daidekun's avatar daidekun

fixbugs

parent 9252e16e
...@@ -97,8 +97,6 @@ def build_ui(namespace, systemName, contextDir, repoName, branchName, workspace) ...@@ -97,8 +97,6 @@ def build_ui(namespace, systemName, contextDir, repoName, branchName, workspace)
if (systemName == "xyqb-ui") { if (systemName == "xyqb-ui") {
sh "grunt build --force" sh "grunt build --force"
}else if (systemName == "new-mall-ui"){
sh "npm run qa --registry http://172.16.3.15:4873"
} }
else{ else{
sh buildCmd sh buildCmd
......
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