mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
robot: added better last commints diff format
This commit is contained in:
parent
a7bf271ed4
commit
55831e143b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ RAILS_ENV=test bundle exec rake db:seed
|
||||||
RAILS_ENV=test bundle exec rake assets:precompile
|
RAILS_ENV=test bundle exec rake assets:precompile
|
||||||
|
|
||||||
echo "GIT_LAST_COMMITS"
|
echo "GIT_LAST_COMMITS"
|
||||||
git log origin/master -n 10 --pretty=oneline | sed -r '/^.{40} Merge branch/d' | sed -r 's/^.{40}/Latest: /'
|
git log --pretty='%s (%cn, %cr)' --abbrev-commit --graph --decorate -n 20 --no-color
|
||||||
echo "END_OF_GIT_LAST_COMMITS"
|
echo "END_OF_GIT_LAST_COMMITS"
|
||||||
|
|
||||||
echo "RUBOCOP_RESULTS"
|
echo "RUBOCOP_RESULTS"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue