aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCache do Fluxo <cache@fluxo.info>2016-05-04 09:16:25 -0300
committerCache do Fluxo <cache@fluxo.info>2016-05-04 09:16:25 -0300
commit3b99f570ad7d218899ac2553b36aa514ac5b1ffc (patch)
tree819cb8ac9d21cf1114935072b02d929393a62752
parentbf20ebf88ffabdc114ca9037be348593dbdb579a (diff)
downloadcache-3b99f570ad7d218899ac2553b36aa514ac5b1ffc.tar.gz
cache-3b99f570ad7d218899ac2553b36aa514ac5b1ffc.tar.bz2
Test deployment without git reset
-rwxr-xr-xbin/post-receive2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/post-receive b/bin/post-receive
index 47d4f79..ff7cf50 100755
--- a/bin/post-receive
+++ b/bin/post-receive
@@ -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