From 739c79f3636f7b105dadab293cdb59349da554fa Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 4 May 2016 09:25:37 -0300 Subject: Test deployment without git reset --- bin/post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/post-receive b/bin/post-receive index 48a6a16..d6cca15 100755 --- a/bin/post-receive +++ b/bin/post-receive @@ -6,7 +6,7 @@ unset GIT_DIR if [ -d ".git/annex" ]; then git annex sync else - git reset HEAD + #git reset HEAD git checkout -f fi -- cgit v1.2.3