remove gitlab_conf variable
This commit is contained in:
parent
71941da8be
commit
81630832e5
2 changed files with 2 additions and 3 deletions
1
debian/conf/gitlab-debian.conf
vendored
1
debian/conf/gitlab-debian.conf
vendored
|
@ -1,7 +1,6 @@
|
|||
RAILS_ENV=production
|
||||
DB=postgres
|
||||
gitlab_user=gitlab
|
||||
gitlab_conf=/etc/gitlab.conf
|
||||
gitlab_app_root=/usr/share/gitlab
|
||||
gitlab_data_dir=/var/lib/gitlab
|
||||
gitlab_scripts=/usr/lib/gitlab/scripts
|
||||
|
|
4
debian/rake-tasks.sh
vendored
4
debian/rake-tasks.sh
vendored
|
@ -37,8 +37,8 @@ fi
|
|||
chown ${gitlab_user}: ${gitlab_data_dir}/.secret
|
||||
chmod 0700 ${gitlab_data_dir}/.secret
|
||||
chmod 0700 ${gitlab_data_dir}/.gitlab_shell_secret
|
||||
chown ${gitlab_user}: ${gitlab_conf}/secrets.yml
|
||||
chmod 0700 ${gitlab_conf}/secrets.yml
|
||||
chown ${gitlab_user}: ${gitlab_app_root}/config/secrets.yml
|
||||
chmod 0700 ${gitlab_app_root}/config/secrets.yml
|
||||
|
||||
|
||||
echo "Precompiling assets..."
|
||||
|
|
Loading…
Reference in a new issue