Commit f1910de8 authored by kalvin's avatar kalvin

di-ting-ui bugs

parent cbdcc32f
...@@ -323,11 +323,12 @@ def slaveImageArgs(buildType){ ...@@ -323,11 +323,12 @@ def slaveImageArgs(buildType){
break break
case "nodejs": case "nodejs":
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 "
break break
case "python": case "python":
break break
case "lua-ui": case "lua-ui":
......
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