Restart gitlab before checks in postinst (fixes failures in some checks)
This commit is contained in:
parent
5c43195ed2
commit
a4a65b4d7b
1 changed files with 2 additions and 0 deletions
2
debian/gitlab.postinst
vendored
2
debian/gitlab.postinst
vendored
|
@ -340,6 +340,8 @@ case "$1" in
|
|||
echo "Restarting gitaly..."
|
||||
invoke-rc.d gitaly restart
|
||||
fi
|
||||
echo "Restarting gitlab..."
|
||||
invoke-rc.d gitlab restart
|
||||
echo "Running rake checks..."
|
||||
gitlab-rake gitlab:check
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue