From 81063307aa6130adc65fb9ae3edec7745867e3d2 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Mon, 21 Jun 2021 15:14:12 +0530 Subject: [PATCH] Set GEM_HOME variable in gitlab-debian.conf --- debian/conf/gitlab-debian.conf.example | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/conf/gitlab-debian.conf.example b/debian/conf/gitlab-debian.conf.example index ebf2701131..2e324bf3d7 100644 --- a/debian/conf/gitlab-debian.conf.example +++ b/debian/conf/gitlab-debian.conf.example @@ -2,6 +2,7 @@ # Variables with all caps are passed to gitlab app RAILS_ENV=production DB=postgres +GEM_HOME=/var/lib/gitlab/.gem # This will be replaced by debian/rules at the time of build. GITLAB_DEBIAN_VERSION="__NEW_VERSION__" SALSA_TAG_URL="https://salsa.debian.org/ruby-team/gitlab/tags/debian/"