Documentation issue
Created by: wirehack7
In /doc/update/8.7-to-8.8.md the code should be changed to:
cd /home/git/gitlab-workhorse
sudo -u git -H git fetch --all
sudo -u git -H git checkout v0.7.1
sudo -u git -H make clean
sudo -u git -H make
So old generated files will be deleted and the error make: Nothing to be done for
all'.` won't appear.
Referencing @123Haynes here.