Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-10-13 06:10:36 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-10-13 06:10:36 +0300
commit44696847f6f67ecd065d273f971a3aeec3187673 (patch)
tree49433d6be6593bf7bcaa81dd5a48534608bb4471 /app/services/repositories/base_service.rb
parentdce8d0c6a7fdc7cca4df3b00b11d68000d117e2f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/services/repositories/base_service.rb')
-rw-r--r--app/services/repositories/base_service.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/services/repositories/base_service.rb b/app/services/repositories/base_service.rb
index bf7ac2e5fd8..371ff2fc499 100644
--- a/app/services/repositories/base_service.rb
+++ b/app/services/repositories/base_service.rb
@@ -15,10 +15,6 @@ class Repositories::BaseService < BaseService
gitlab_shell.repository_exists?(repository.shard, path + '.git')
end
- def mv_repository(from_path, to_path)
- gitlab_shell.mv_repository(repository.shard, from_path, to_path)
- end
-
# If we get a Gitaly error, the repository may be corrupted. We can
# ignore these errors since we're going to trash the repositories
# anyway.