Skip to content

Fixes a typo in the rake check

Alexandr Tanayno requested to merge docs-rake-check-k8s into master

What does this MR do?

The command /srv/gitlab && bundle exec rake gitlab:check RAILS_ENV=production is missing cd at the beginning. This MR adds it.

Merge request reports