Commit 57b86ca2 authored by daidekun's avatar daidekun

fixbugs

parent 8624683f
...@@ -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 'tar zcf dist.tgz .' 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