Commit b2452e00 authored by kalvin's avatar kalvin

fixbugs

parent f1910de8
...@@ -332,6 +332,7 @@ def slaveImageArgs(buildType){ ...@@ -332,6 +332,7 @@ def slaveImageArgs(buildType){
break break
case "lua-ui": case "lua-ui":
args += "-v /root/.nvm/versions/node/v8.9.1/bin:/usr/local/node-v8.9.1-linux-x64/bin"
args += "-v /root/.npm:/root/.npm:rw " args += "-v /root/.npm:/root/.npm:rw "
args += "-v /root/.cache:/root/.cache:rw " args += "-v /root/.cache:/root/.cache:rw "
args += "-v /root/.node-gyp:/root/.node-gyp:rw " args += "-v /root/.node-gyp:/root/.node-gyp:rw "
......
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