mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 13:51:41 +02:00
Robot type fixes
This commit is contained in:
parent
88a042f5e3
commit
d798b05790
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue