Commit ae126d79 authored by daidekun's avatar daidekun

fix

parent b04c0c94
......@@ -23,7 +23,7 @@ def checkout_eos(branchName) {
}
def build_eos(contextDir) {
sh 'tar zcf dist.tgz .'
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