From b27ba36ede73cbcf9c5415265b1ce26f5a2363cd Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Mon, 6 Oct 2014 14:51:05 +0300 Subject: [PATCH] Hardcoded home to robot script for a while --- bin/robot | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/robot b/bin/robot index 9232e247f..7919d97fa 100755 --- a/bin/robot +++ b/bin/robot @@ -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 ..