Restart gitaly before gitlab:check in postinst
This commit is contained in:
parent
452626d55f
commit
d549bfbb1a
1 changed files with 4 additions and 0 deletions
4
debian/gitlab.postinst
vendored
4
debian/gitlab.postinst
vendored
|
@ -336,6 +336,10 @@ esac
|
|||
|
||||
case "$1" in
|
||||
configure)
|
||||
if command -v gitaly > /dev/null; then
|
||||
echo "Restarting gitaly..."
|
||||
invoke-rc.d gitaly restart
|
||||
fi
|
||||
echo "Running rake checks..."
|
||||
gitlab-rake gitlab:check
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue