Commit b2e67c6f authored by daidekun's avatar daidekun

fix ui build bugs

parent 726c99c1
...@@ -95,9 +95,9 @@ def build_ui(namespace, systemName, contextDir, repoName, branchName, workspace) ...@@ -95,9 +95,9 @@ def build_ui(namespace, systemName, contextDir, repoName, branchName, workspace)
if (bowerFile) { if (bowerFile) {
sh "bower install" sh "bower install"
sh "grunt build --force" sh "grunt build --force"
/* }else{ }else{
sh buildCmd*/ 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