Commit 2075d65e authored by 智勇's avatar 智勇

注释/config_repository/lua-ui/config

parent 6608f0c6
...@@ -98,7 +98,7 @@ def prepare_nodejs(systemName, contextDir) { ...@@ -98,7 +98,7 @@ def prepare_nodejs(systemName, contextDir) {
} }
def prepare_luaui(systemName, contextDir) { def prepare_luaui(systemName, contextDir) {
sh "cp -rf /home/quant_group/config_repository/lua-ui/config/${systemName}.js ${systemName}.env.config" // sh "cp -rf /home/quant_group/config_repository/lua-ui/config/${systemName}.js ${systemName}.env.config"
sh "cp -rf /home/quant_group/config_repository/lua-ui/npmrc/common-npmrc /root/.npmrc" sh "cp -rf /home/quant_group/config_repository/lua-ui/npmrc/common-npmrc /root/.npmrc"
} }
...@@ -372,8 +372,7 @@ def build_luaui( systemName, branchName,contextDir) { ...@@ -372,8 +372,7 @@ def build_luaui( systemName, branchName,contextDir) {
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 "mv -f ./${systemName}.env.config ${configPath}"
sh buildCmd sh buildCmd
} }
...@@ -616,4 +615,3 @@ def clean_images(imageTag,contextDir) { ...@@ -616,4 +615,3 @@ def clean_images(imageTag,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