rake-tasks: "set -e"; cd to "/usr/share/gitlab".
This commit is contained in:
parent
be299832ee
commit
6f15d802bd
1 changed files with 4 additions and 0 deletions
4
debian/rake-tasks.sh
vendored
4
debian/rake-tasks.sh
vendored
|
@ -1,7 +1,11 @@
|
|||
#! /bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
# Read and export debian specific configuration
|
||||
# Only exported variables will be passed on to gitlab app
|
||||
export $(cat /etc/gitlab/gitlab-debian.conf)
|
||||
cd /usr/share/gitlab
|
||||
|
||||
glcheck() {
|
||||
# Check gitlab is configured correctly
|
||||
|
|
Loading…
Reference in a new issue