enh: exclude some more directories
This commit is contained in:
parent
c77e7d521a
commit
3c8fcc7c79
|
@ -49,7 +49,7 @@ if [ $ent -eq 0 ]; then
|
||||||
else
|
else
|
||||||
cd ../../../../
|
cd ../../../../
|
||||||
rm -rf TDinternal.tar.gz
|
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
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue