Commit 630f8fed authored by daidekun's avatar daidekun

fixbugs

parent 2ba5e0f7
......@@ -2,9 +2,9 @@
package org.qg;
def prepare_java(systemName, contextDir) {
sh "rm -rf *"
sh "rm -rf ${contextDir}"
sh "cp -rf /home/quant_group/qg-dockerfiles/templates/java ${contextDir}"
sh "cp -f /home/quant_group/config_repository/java/${systemName}.properties ${contextDir}/application.properties.properties"
sh "cp -f /home/quant_group/config_repository/java/${systemName}.properties ${contextDir}/application.properties"
}
def prepare_nodejs(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