Skip to content

Remove gitaly-ruby references from CI setup and comments

Stan Hu requested to merge sh-drop-gitaly-ruby into master

What does this MR do and why?

gitaly-ruby no longer is run. With gitaly!5604 (merged) the Ruby dependencies are no longer installed. We can remove all steps relating to installing the Ruby dependencies.

How to set up and validate locally

  1. rm -rf tmp/tests/gitaly
  2. Run bundle exec bundle exec rspec spec/models/project_spec.rb

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Stan Hu

Merge request reports