Commit be351805 authored by daidekun's avatar daidekun

fixbugs

parent 57b86ca2
......@@ -23,6 +23,7 @@ def checkout_eos(branchName) {
}
def build_eos(contextDir) {
sh "mv run.py ${contextDir}"
sh 'tar zcf dist.tgz app/'
sh "mv dist.tgz ${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