diff options
author | Arquivo Publico de Memoria Coletiva <arquivo@fluxo.info> | 2016-05-04 09:19:44 -0300 |
---|---|---|
committer | Arquivo Publico de Memoria Coletiva <arquivo@fluxo.info> | 2016-05-04 09:19:44 -0300 |
commit | 3176cac2ab93d83bec72ddb5d93afc8971ccc466 (patch) | |
tree | e66c73468727f30ac3d319eb9aae3efa67e67eff | |
parent | 5feb18e86eb826b105f58f53d3da5fc9c71d52f5 (diff) | |
download | arquivo-3176cac2ab93d83bec72ddb5d93afc8971ccc466.tar.gz arquivo-3176cac2ab93d83bec72ddb5d93afc8971ccc466.tar.bz2 |
Test deployment without git reset
-rwxr-xr-x | bin/post-receive (renamed from bin/post-update) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/post-update b/bin/post-receive index 47d4f79a9e1..ff7cf507cd5 100755 --- a/bin/post-update +++ 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 |