Commit 6514f51f authored by daidekun's avatar daidekun

fixbugs

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