From: Silvio Rhatto Date: Wed, 4 May 2016 12:25:37 +0000 (-0300) Subject: Test deployment without git reset X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=739c79f3636f7b105dadab293cdb59349da554fa;p=puppet-bootstrap.git Test deployment without git reset --- 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