From 6d6f7536bd9b5bcbf94dfbe15cc86e84d06527f5 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Tue, 23 Jan 2018 18:42:10 +0100 Subject: Look for rugged with static analysis --- lib/tasks/gitlab/cleanup.rake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/tasks') diff --git a/lib/tasks/gitlab/cleanup.rake b/lib/tasks/gitlab/cleanup.rake index 04d56509ac6..ab601b0d66b 100644 --- a/lib/tasks/gitlab/cleanup.rake +++ b/lib/tasks/gitlab/cleanup.rake @@ -1,3 +1,5 @@ +# Gitaly migration: https://gitlab.com/gitlab-org/gitaly/issues/954 +# namespace :gitlab do namespace :cleanup do HASHED_REPOSITORY_NAME = '@hashed'.freeze -- cgit v1.2.1