mirror of
https://github.com/nikdoof/dropbot.git
synced 2025-12-22 14:19:24 +00:00
This isn't necessary, and causes spuriour errors. Unexpected new files should be staged manually by the developer.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user