Restart gitlab before checks in postinst (fixes failures in some checks)

This commit is contained in:
Pirate Praveen 2018-12-16 20:40:25 +05:30
parent 5c43195ed2
commit a4a65b4d7b

View file

@ -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
;;