mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-18 19:34:23 +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
|
# Clear variable set to '.' so git commands don't complain
|
||||||
unset GIT_DIR
|
unset GIT_DIR
|
||||||
|
|
||||||
|
ls
|
||||||
|
|
||||||
die() {
|
die() {
|
||||||
echo "$*" 1>&2
|
echo "$*" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue