Skip to content

Avoid calling Git in gitlab-backup-cli.gemspec

Stan Hu requested to merge sh-fix-gitlab-backup-cli-gem into master

What does this MR do and why?

!135760 (merged) introduced a new gitlab-backup-cli gem, but it executed git, which is not present in Cloud Native GitLab.

Fix this by avoiding git and fixing the Rubocop rules to inherit from the parent gems config.

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