secrets.yml missing
Created by: ykram
The documentation for upgrading from 7.14 to 8.0 stable (https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/7.14-to-8.0.md) states in section 6 to copy the secrets.yml:
sudo -u git -H cp config/secrets.yml.example config/secrets.yml sudo -u git -H chmod 0600 config/secrets.yml
However, the 'secrets.yml.example' file doesn't exist in the repo.