post-receive fails to queue job, wrong PATH
Created by: steigr
Hi,
I've installed gitlab on OSX 10.8 with an homebrew-installed redis-server. The post-receive-Script was unable to find the redis-cli executable.
I fixed this by setting the PATH-variable in the post-receive-script. ( export PATH=/bin:/usr/bin:/usr/local/bin)