Commit ec5430b7 authored by daidekun's avatar daidekun

fix

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