This isn't necessary, and causes spuriour errors. Unexpected new files should be staged manually by the developer.

This commit is contained in:
Rob Haswell
2015-10-20 16:56:58 +01:00
parent f65ff4c6aa
commit c3ffc2af0a

View File

@@ -13,7 +13,6 @@ if [ -e sde.sqlite ]; then
/usr/bin/env python setup.py test > /dev/null 2>&1
if [ $? -eq 0 ]; then
git add dropbox/data/*.json
git status
echo "SDE data updated successfully"
else