diff --git a/bin/robot b/bin/robot index 1b682c15a..5ce531c9b 100755 --- a/bin/robot +++ b/bin/robot @@ -8,7 +8,8 @@ set -o pipefail cd "$(dirname "$0")"; cd .. git pull origin master -git --git-dir=. --work-tree=$PWD/.. reset --hard +git reset --hard +unset GIT_DIR GIT_WORK_TREE setuser app bundle install --deployment