diff options
author | Cache do Fluxo <cache@fluxo.info> | 2016-05-04 09:16:25 -0300 |
---|---|---|
committer | Cache do Fluxo <cache@fluxo.info> | 2016-05-04 09:16:25 -0300 |
commit | 3b99f570ad7d218899ac2553b36aa514ac5b1ffc (patch) | |
tree | 819cb8ac9d21cf1114935072b02d929393a62752 /bin/post-receive | |
parent | bf20ebf88ffabdc114ca9037be348593dbdb579a (diff) | |
download | cache-3b99f570ad7d218899ac2553b36aa514ac5b1ffc.tar.gz cache-3b99f570ad7d218899ac2553b36aa514ac5b1ffc.tar.bz2 |
Test deployment without git reset
Diffstat (limited to 'bin/post-receive')
-rwxr-xr-x | bin/post-receive | 2 |
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 |