Commit 6608f0c6 authored by xuezj's avatar xuezj

删除替换脚本

parent 7f7ec3da
......@@ -38,7 +38,6 @@ def init_image_dependency(buildType,originSystemName,contextDir){
case "lua-ui":
sh "cp -rf /home/quant_group/qg-dockerfiles/templates/lua-ui/* ${contextDir}"
sh "cp -rf /home/quant_group/config_repository/lua-ui/lua/*.lua ${contextDir}"
sh "cp -rf /home/quant_group/config_repository/lua-ui/replace/* ${contextDir}"
def isVhFileExist = fileExists "/home/quant_group/config_repository/lua-ui/nginx/${originSystemName}.vh.conf"
if (isVhFileExist) {
......
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