]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Test deployment without git reset
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 4 May 2016 12:25:37 +0000 (09:25 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 4 May 2016 12:25:37 +0000 (09:25 -0300)
bin/post-receive

index 48a6a16cb27970795e8d4455ac8f614344ac32e0..d6cca155e59ab8c10fb35bcefca6a783464d8df9 100755 (executable)
@@ -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