Make yarn.lock writable
This commit is contained in:
parent
db6e4bc45c
commit
d8e0908633
1 changed files with 4 additions and 1 deletions
3
debian/gitlab.postinst
vendored
3
debian/gitlab.postinst
vendored
|
@ -126,6 +126,9 @@ case "$1" in
|
|||
chown ${gitlab_user}: $i
|
||||
done
|
||||
|
||||
# Make yarn.lock writable
|
||||
chown ${gitlab_user}: /var/lib/gitlab/yarn.lock
|
||||
|
||||
runuser -u ${gitlab_user} -- sh -c "chmod 700 ${gitlab_uploads_path}"
|
||||
runuser -u ${gitlab_user} -- sh -c 'git config --global core.autocrlf "input"'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue