Removed TODO comment about excluding more files in git archive

This commit is contained in:
troymc 2016-05-12 12:18:41 +02:00
parent d1709c4f9e
commit fbce171249

View File

@ -92,8 +92,6 @@ else
cd ..
rm -f bigchaindb-archive.tar.gz
git archive $BRANCH --format=tar --output=bigchaindb-archive.tar
# TODO: the archive could exclude more files besides the .gitignore ones
# such as the docs. See http://tinyurl.com/zo6fxeg
gzip bigchaindb-archive.tar
mv bigchaindb-archive.tar.gz deploy-cluster-aws
cd deploy-cluster-aws