From d798b0579080006d94b3c82a1fd26b39c1e14ee1 Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Fri, 10 Oct 2014 11:44:53 +0300 Subject: [PATCH] Robot type fixes --- bin/robot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/robot b/bin/robot index 344071d26..927f089ad 100755 --- a/bin/robot +++ b/bin/robot @@ -18,7 +18,6 @@ unset GIT_DIR GIT_WORK_TREE bundle install -# run rubocop echo "RUBOCOP_RESULTS" bundle exec rubocop echo "END_OF_RUBOCOP_RESULTS" @@ -36,7 +35,7 @@ RAILS_ENV=test bundle exec rake db:seed RAILS_ENV=test bundle exec rake assets:precompile echo "GIT_LAST_COMMITS" -git log origin/master -n 15 --pretty=oneline | sed -r '/^.{40} Merge branch/d' | sed -r 's/^.{40}/Latests: /' +git log origin/master -n 10 --pretty=oneline | sed -r '/^.{40} Merge branch/d' | sed -r 's/^.{40}/Latest: /' echo "END_OF_GIT_LAST_COMMITS" # run tests