Commit fe5bce2b authored by daidekun's avatar daidekun

f

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