Commit d883518b authored by daidekun's avatar daidekun

移除脚本中替换域名的部分

parent 48b31f05
......@@ -19,7 +19,6 @@ def prepare_nodejs(systemName, contextDir) {
sh "cd /home/quant_group/config_repository/java; git pull; cd -"
sh "cp -rf /home/quant_group/config_repository/nodejs/${systemName}.js env.config.js"
sh "sed -i \"s/.xyqb.com/-${namespace}.q-gp.com/\" env.config.js"
}
def prepare_ui(systemName, contextDir) {
......@@ -29,7 +28,6 @@ def prepare_ui(systemName, contextDir) {
sh "cd /home/quant_group/config_repository/java; git pull; cd -"
sh "cp -rf /home/quant_group/config_repository/ui/${systemName}.js env.config.js"
sh "sed -i \"s/.xyqb.com/-${namespace}.q-gp.com/\" env.config.js"
}
def prepare_python(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