deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

feat(builder): remove extra git archive tar #88

Closed smothiki closed 8 years ago

smothiki commented 8 years ago

in builder script we are doing git archive --format=tar.gz ${GIT_SHA} > ${APP_NAME}.tar.gz twice which is not necessary. Removing the second command