aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-05-04 09:14:10 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-05-04 09:14:10 -0300
commit9f48e9c5d098cbec5f91305019d2c491573cfd77 (patch)
tree0c11bcb96147906a75a0b07a4662eae1578212d2
parent859baee3c0a243bf17d0cafa587f69a400056436 (diff)
downloadtemplates-9f48e9c5d098cbec5f91305019d2c491573cfd77.tar.gz
templates-9f48e9c5d098cbec5f91305019d2c491573cfd77.tar.bz2
Test deployment without git reset
-rwxr-xr-xikiwiki/bin/post-receive2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki/bin/post-receive b/ikiwiki/bin/post-receive
index 47d4f79..ff7cf50 100755
--- a/ikiwiki/bin/post-receive
+++ b/ikiwiki/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