Commit 479dcf8b authored by daidekun's avatar daidekun

使用ansible打包node和ui

parent 77222f2d
......@@ -23,9 +23,9 @@ def prepare_ui(systemName, contextDir) {
sh "cd /home/quant_group/qg-dockerfiles/templates/ui; git pull; cd -"
sh "cp -rf /home/quant_group/qg-dockerfiles/templates/ui ${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/ui/${systemName}.js env.config.js"
sh "sed -i \"s/.xyqb.com/-${namespace}.q-gp.com/\" 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