From 84943567615a925f02befba1adba56dcda76527b Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Mon, 6 Oct 2014 13:22:26 +0300 Subject: [PATCH] Reset git after robot run --- bin/robot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/robot b/bin/robot index 0347f92b1..a32f3a8b9 100755 --- a/bin/robot +++ b/bin/robot @@ -8,6 +8,8 @@ set -o pipefail cd "$(dirname "$0")"; cd .. git pull origin master +git --git-dir=. --work-tree=$PWD/.. reset --hard + bundle install --deployment # cp config/secrets-example.yml config/secrets.yml