mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 05:37:59 +01:00
add debug ls to post-receive
This commit is contained in:
parent
8065a9b742
commit
06f9541a22
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ echo "Updating $oldrev -> $newrev ($ref)"
|
|||
# Clear variable set to '.' so git commands don't complain
|
||||
unset GIT_DIR
|
||||
|
||||
ls
|
||||
|
||||
die() {
|
||||
echo "$*" 1>&2
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue