]> gitweb.fluxo.info Git - cache.git/commitdiff
Test deployment without git reset
authorCache do Fluxo <cache@fluxo.info>
Wed, 4 May 2016 12:16:25 +0000 (09:16 -0300)
committerCache do Fluxo <cache@fluxo.info>
Wed, 4 May 2016 12:16:25 +0000 (09:16 -0300)
bin/post-receive

index 47d4f79a9e17d7ebd12d57c972615d0fbcd0b9c7..ff7cf507cd5411238690cf329a349c154ebeaf26 100755 (executable)
@@ -10,7 +10,7 @@ if [ -d ".git/annex" ]; then
   git annex sync
 else
   git config receive.denyCurrentBranch ignore
-  git reset HEAD
+  #git reset HEAD
   git checkout -f
 fi