Commit bec1f28a authored by daidekun's avatar daidekun

cp

parent 3ee7f13f
...@@ -180,10 +180,10 @@ def build_luaui(namespace, systemNames, contextDir, repoName, branchName, worksp ...@@ -180,10 +180,10 @@ def build_luaui(namespace, systemNames, contextDir, repoName, branchName, worksp
if (systemName == "pinjamancepat-credit-review-ui") { if (systemName == "pinjamancepat-credit-review-ui") {
buildCmd = "npm run build" buildCmd = "npm run build"
configPath = "src/config/env.config.js" configPath = "src/config/env.config.js"
sh "mv -f ../${systemName}.env.config.js ${configPath}" sh "cp -f ../${systemName}.env.config.js ${configPath}"
configPath = "src/config/production.config.js" configPath = "src/config/production.config.js"
sh "mv -f ../${systemName}.env.config.js ${configPath}" sh "cp -f ../${systemName}.env.config.js ${configPath}"
}else{ }else{
response = httpRequest "http://192.168.4.3:10088/config_server/get_node_command/${systemName}" response = httpRequest "http://192.168.4.3:10088/config_server/get_node_command/${systemName}"
......
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