Commit 17c0ddb8 authored by daidekun's avatar daidekun

fix

parent 1dac13d1
...@@ -119,14 +119,7 @@ def build_ui(namespace, systemName, contextDir, repoName, branchName, workspace) ...@@ -119,14 +119,7 @@ def build_ui(namespace, systemName, contextDir, repoName, branchName, workspace)
sh "bower install" sh "bower install"
} }
if (systemName == "xyqb-ui") { sh buildCmd
sh "echo which ruby"
sh "which ruby"
sh "grunt build --force"
}
else{
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