summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2019-09-03 13:39:13 -0700
committerJohn Cai <jcai@gitlab.com>2019-09-03 13:39:13 -0700
commit22722b9f9fba1b20405e6a286324ac878e4061c3 (patch)
tree9a5b8919768b1d5acff3d65908ee5418e4bd1a0b
parent2f01437f445b26f459fd6164f1c462c4fa94edf6 (diff)
downloadgitlab-ce-jc-deprecate-ensure-storage-path-exists.tar.gz
Deprecate add namespace callljc-deprecate-ensure-storage-path-exists
-rw-r--r--GITALY_SERVER_VERSION2
-rw-r--r--app/models/storage/hashed_project.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION
index 91951fd8ad7..76d05362056 100644
--- a/GITALY_SERVER_VERSION
+++ b/GITALY_SERVER_VERSION
@@ -1 +1 @@
-1.61.0
+1.62.0
diff --git a/app/models/storage/hashed_project.rb b/app/models/storage/hashed_project.rb
index f5d0d6fab3b..c846fb94701 100644
--- a/app/models/storage/hashed_project.rb
+++ b/app/models/storage/hashed_project.rb
@@ -28,7 +28,7 @@ module Storage
end
def ensure_storage_path_exists
- gitlab_shell.add_namespace(repository_storage, base_dir)
+ #gitlab_shell.add_namespace(repository_storage, base_dir)
end
def rename_repo(old_full_path: nil, new_full_path: nil)