-
- Downloads
Avoid calling Git in gitlab-backup-cli.gemspec
!135760 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. Changelog: changed
parent
7361bbda
No related branches found
No related tags found
Showing
- gems/gitlab-backup-cli/.rubocop.yml 2 additions, 19 deletionsgems/gitlab-backup-cli/.rubocop.yml
- gems/gitlab-backup-cli/gitlab-backup-cli.gemspec 0 additions, 10 deletionsgems/gitlab-backup-cli/gitlab-backup-cli.gemspec
- gems/gitlab-backup-cli/lib/gitlab/backup/cli.rb 1 addition, 1 deletiongems/gitlab-backup-cli/lib/gitlab/backup/cli.rb
- gems/gitlab-backup-cli/lib/gitlab/backup/cli/runner.rb 1 addition, 1 deletiongems/gitlab-backup-cli/lib/gitlab/backup/cli/runner.rb
-
mentioned in merge request kubitus-project/kubitus-installer!2601 (merged)
Please register or sign in to comment