Commit 5bb622ec authored by daidekun's avatar daidekun

f

parent 098cbc6a
...@@ -97,6 +97,8 @@ def build_ui(namespace, systemName, contextDir, repoName, branchName, workspace) ...@@ -97,6 +97,8 @@ 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") {
/**/
} }
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