diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-04 09:25:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-04 09:25:37 -0300 |
commit | 739c79f3636f7b105dadab293cdb59349da554fa (patch) | |
tree | 23e7ff905bf5ddad8b04f63e71fd0093488032ac /bin | |
parent | c8a14cad53f307fceb5be31031d959d887007337 (diff) | |
download | puppet-bootstrap-739c79f3636f7b105dadab293cdb59349da554fa.tar.gz puppet-bootstrap-739c79f3636f7b105dadab293cdb59349da554fa.tar.bz2 |
Test deployment without git reset
Diffstat (limited to 'bin')
-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 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 |