Commit 7124bfa3 authored by daidekun's avatar daidekun

s

parent 8182b003
......@@ -36,8 +36,8 @@ def build_nodejs_and_ui(namespace, systemName, contextDir) {
}
def build_python(namespace, systemName, contextDir) {
sh "cp ${contextDir}/config.ini server/config/release/config.ini"
sh "cp ${contextDir}/config.ini server/config/beta/config.ini"
sh "cp -rf ${contextDir}/config.ini server/config/release/config.ini"
sh "cp -rf ${contextDir}/config.ini server/config/beta/config.ini"
sh 'tar zcf dist.tgz server/'
}
......
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