Commit 9f3be484 authored by wentao.suo's avatar wentao.suo

fix

parent 54a7d8f9
...@@ -337,10 +337,11 @@ def build_luaui( systemName, contextDir) { ...@@ -337,10 +337,11 @@ def build_luaui( systemName, contextDir) {
currentPath = sh (script: 'pwd',returnStdout: true).trim() currentPath = sh (script: 'pwd',returnStdout: true).trim()
sh "mv -f ./${systemName}.env.config ${configPath}"
if(systemName=='xjd-ui' && branchName == 'apollo'){ if(systemName=='xjd-ui' && branchName == 'apollo'){
sh "npm run build" sh "npm run build"
} else { } else {
sh "mv -f ./${systemName}.env.config ${configPath}"
sh buildCmd sh buildCmd
} }
......
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