debian-mirror-gitlab/debian/gitlab-rake.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
345 B
Bash
Raw Permalink Normal View History

#! /bin/bash
# Using bash for ${variable@Q} option for passing quotes from command line argument to rake
2016-10-01 16:02:34 +05:30
set -e
# Read debian specific configuration
2018-11-19 20:23:02 +05:30
. /etc/gitlab-common/gitlab-common.conf
. /etc/gitlab/gitlab-debian.conf
export DB RAILS_ENV GEM_HOME
2016-10-01 16:02:34 +05:30
cd /usr/share/gitlab
runuser -u ${gitlab_user} -- sh -c "/usr/bin/bundle exec rake ${@@Q}"