Commit 79373222 authored by daidekun's avatar daidekun

fixbugs

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