Commit d0419008 authored by daidekun's avatar daidekun

fixbugs

parent 928aed1b
...@@ -118,7 +118,7 @@ def build_nodejs(namespace, systemName, contextDir, repoName, branchName, worksp ...@@ -118,7 +118,7 @@ def build_nodejs(namespace, systemName, contextDir, repoName, branchName, worksp
def bowerFile = fileExists './bower.json' def bowerFile = fileExists './bower.json'
if (bowerFile) { if (bowerFile) {
sh "bower install" sh "bower install --allow-root"
} }
sh "mv -f env.config.js ${configPath}" sh "mv -f env.config.js ${configPath}"
......
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