Export GEM_HOME in gitlab-rails-console script

This commit is contained in:
Pirate Praveen 2021-06-21 23:01:13 +05:30
parent 0c81fb0d22
commit 3823096c59
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set -e
# Read debian specific configuration
. /etc/gitlab-common/gitlab-common.conf
. /etc/gitlab/gitlab-debian.conf
export DB RAILS_ENV
export DB RAILS_ENV GEM_HOME
cd /usr/share/gitlab