Commit eb341556 authored by kalvin's avatar kalvin

add

parent 92f14257
...@@ -24,6 +24,7 @@ def checkout_eos(branchName) { ...@@ -24,6 +24,7 @@ def checkout_eos(branchName) {
def build_eos(contextDir) { def build_eos(contextDir) {
sh "mv run.py ${contextDir}" sh "mv run.py ${contextDir}"
sh "mv requirements.txt ${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