enh: exclude some more directories

This commit is contained in:
tangfangzhi 2022-06-14 16:00:05 +08:00
parent c77e7d521a
commit 3c8fcc7c79
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ if [ $ent -eq 0 ]; then
else
cd ../../../../
rm -rf TDinternal.tar.gz
tar --exclude=TDinternal/debug --exclude=TDinternal/sim --exclude=TDinternal/community/debug --exclude=TDinternal/community/release -czf TDinternal.tar.gz TDinternal taos-connector-python
tar --exclude=TDinternal/debug --exclude=TDinternal/sim --exclude=TDinternal/community/debug --exclude=TDinternal/community/release --exclude=TDinternal/community/sim -czf TDinternal.tar.gz TDinternal taos-connector-python
fi
exit 0