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