Commit f4fbc986 authored by daidekun's avatar daidekun

fixbugs

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