aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-05-04 09:25:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-05-04 09:25:37 -0300
commit739c79f3636f7b105dadab293cdb59349da554fa (patch)
tree23e7ff905bf5ddad8b04f63e71fd0093488032ac /bin
parentc8a14cad53f307fceb5be31031d959d887007337 (diff)
downloadpuppet-bootstrap-739c79f3636f7b105dadab293cdb59349da554fa.tar.gz
puppet-bootstrap-739c79f3636f7b105dadab293cdb59349da554fa.tar.bz2
Test deployment without git reset
Diffstat (limited to 'bin')
-rwxr-xr-xbin/post-receive2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/post-receive b/bin/post-receive
index 48a6a16..d6cca15 100755
--- a/bin/post-receive
+++ b/bin/post-receive
@@ -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