aboutsummaryrefslogtreecommitdiff
path: root/www/gitlab/files/patch-lib_tasks_gitlab_setup.rake
diff options
context:
space:
mode:
Diffstat (limited to 'www/gitlab/files/patch-lib_tasks_gitlab_setup.rake')
-rw-r--r--www/gitlab/files/patch-lib_tasks_gitlab_setup.rake12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/gitlab/files/patch-lib_tasks_gitlab_setup.rake b/www/gitlab/files/patch-lib_tasks_gitlab_setup.rake
new file mode 100644
index 000000000000..a48612b6397c
--- /dev/null
+++ b/www/gitlab/files/patch-lib_tasks_gitlab_setup.rake
@@ -0,0 +1,12 @@
+--- lib/tasks/gitlab/setup.rake.orig 2021-02-19 09:35:35 UTC
++++ lib/tasks/gitlab/setup.rake
+@@ -3,7 +3,8 @@
+ namespace :gitlab do
+ desc "GitLab | Setup production application"
+ task setup: :gitlab_environment do
+- check_gitaly_connection
++ # Remove this check, see https://gitlab.com/gitlab-org/gitlab-ce/issues/47483
++ #check_gitaly_connection
+ setup_db
+ end
+