Commit a109c371 authored by daidekun's avatar daidekun

fixbugs

parent fd633d9b
......@@ -8,7 +8,7 @@ def prepare_java(systemName, contextDir) {
sh "cd /home/quant_group/config_repository/java; git pull; cd -"
sh "cp -rf /home/quant_group/config_repository/java/${systemName}.properties ${contextDir}/application.properties"
sh "sed -i \"s/\.xyqb\.com/-${namespace}\.q-gp\.com/\" ${contextDir}/application.properties"
sh "sed -i \"s/.xyqb.com/-${namespace}.q-gp.com/\" ${contextDir}/application.properties"
}
def prepare_nodejs(systemName, 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