Commit 7e91385c authored by wentao.suo's avatar wentao.suo

fix

parent bf349ba7
......@@ -82,11 +82,11 @@ def prepare_java(systemName, contextDir) {
def prepare_nodejs(systemName, contextDir) {
sh "cp -rf /home/quant_group/qg-dockerfiles/templates/nodejs/* ${contextDir}"
sh "cp -rf /home/quant_group/config_repository/nodejs/${systemName}.js env.config.js"
sh "cp -rf /home/quant_group/config_repository/nodejs/${systemName}.js env.config"
}
def prepare_luaui(systemName, contextDir) {
sh "cp -rf /home/quant_group/config_repository/lua-ui/config/${systemName}.js ${systemName}.env.config.js"
sh "cp -rf /home/quant_group/config_repository/lua-ui/config/${systemName}.js ${systemName}.env.config"
}
def prepare_python(systemName, contextDir) {
......@@ -291,7 +291,7 @@ def build_nodejs( systemName, contextDir) {
buildCmd = projectAttr["buildCmd"]
configName = systemName
sh "mv -f env.config.js ${configPath}"
sh "mv -f env.config ${configPath}"
sh "tar zcf ${contextDir}/dist.tgz ./* "
}
......
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