#! /bin/bash
# Using bash for ${variable@Q} option for passing quotes from command line argument to rake
set -e

# Read debian specific configuration
. /etc/gitlab-common/gitlab-common.conf
. /etc/gitlab/gitlab-debian.conf
export DB RAILS_ENV GEM_HOME

cd /usr/share/gitlab

runuser -u ${gitlab_user} -- sh -c "/usr/bin/bundle exec rake ${@@Q}"