diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-04 09:14:10 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-04 09:14:10 -0300 |
commit | 9f48e9c5d098cbec5f91305019d2c491573cfd77 (patch) | |
tree | 0c11bcb96147906a75a0b07a4662eae1578212d2 | |
parent | 859baee3c0a243bf17d0cafa587f69a400056436 (diff) | |
download | templates-9f48e9c5d098cbec5f91305019d2c491573cfd77.tar.gz templates-9f48e9c5d098cbec5f91305019d2c491573cfd77.tar.bz2 |
Test deployment without git reset
-rwxr-xr-x | ikiwiki/bin/post-receive | 2 |
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 |