Hardcoded home to robot script for a while

This commit is contained in:
Priit Tamboom 2014-10-06 14:51:05 +03:00
parent fac82a09ca
commit b27ba36ede

View file

@ -3,6 +3,7 @@
# Build and run everything for automatic tests
#
set -o pipefail
HOME=/home/app
# cd to Rails root directory
cd "$(dirname "$0")"; cd ..