Skip to content
Snippets Groups Projects
Verified Commit 5b84b1f2 authored by Praveen Arimbrathodiyil's avatar Praveen Arimbrathodiyil
Browse files

Install grpc using gem command (ruby-grpc package has an unfixed regression)

parent 649ae0b4
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,10 @@ export DB RAILS_ENV
cd /usr/share/gitlab
# Workaround for #966653
/usr/bin/gem install -v 1.30.2 grpc
runuser -u ${gitlab_user} -- sh -c '/usr/bin/bundle install --local'
# Check if the db is already present
db_relations="$(LANG=C runuser -u postgres -- sh -c "psql gitlab_production -c \"\d\"" 2>&1)"
if [ "$db_relations" = "No relations found." ] || \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment