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