From 2b8e3554aa31e99ca9ceef6434064c40d7457081 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sat, 7 Feb 2015 16:54:50 +0100 Subject: renew-config: The new check-repo does not need a clean working copy. --- renew-config | 5 ----- 1 file changed, 5 deletions(-) (limited to 'renew-config') 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 -- cgit v1.2.3-1-g7c22