add debug ls to post-receive

This commit is contained in:
byte[] 2019-12-07 13:04:04 -05:00
parent 8065a9b742
commit 06f9541a22

View file

@ -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