summaryrefslogtreecommitdiffstats
path: root/renew-config
diff options
context:
space:
mode:
Diffstat (limited to 'renew-config')
-rwxr-xr-xrenew-config5
1 files changed, 0 insertions, 5 deletions
diff --git a/renew-config b/renew-config
index db7cef2..4412f9f 100755
--- a/renew-config
+++ b/renew-config
@@ -3,13 +3,8 @@
. settings.sh
echo "Checking repository. Please wait..."
-# pre flight checks
cd "$REPO" >/dev/null
-if [ -n "$(git status --porcelain)" ]; then
- error "$REPO: git repositiory contains uncommited changes."
-fi
-
git push origin master 2>/dev/null
# check if remote is up to date