From c3ffc2af0a7af9cd3af114139f541a4889d76086 Mon Sep 17 00:00:00 2001 From: Rob Haswell Date: Tue, 20 Oct 2015 16:56:58 +0100 Subject: [PATCH] This isn't necessary, and causes spuriour errors. Unexpected new files should be staged manually by the developer. --- sde_update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/sde_update.sh b/sde_update.sh index ba8f96d..43f22e6 100644 --- a/sde_update.sh +++ b/sde_update.sh @@ -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