Removed unneeded home from robot

This commit is contained in:
Priit Tamboom 2014-10-06 14:54:52 +03:00
parent b27ba36ede
commit 99cc155343

View file

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