Files not showing up at all
Created by: pvencill
I keep getting the initial screen about how to commit and push even after I have committed and pushed successfully. I'm not getting any errors in the logs, and I can interact w/ git just fine. The only issue is that I'm not seeing the files in the project on the gitlab site instance.
I edited the gitlab.yml to point to the correct repository path before pushing anything, and I can see the .git files where they're expected in that path.
I kinda assume that gitlab either doesn't know where to look for them, or doesn't have rights to read them. But I've given read access to the gitlab user to the repositories directory and can't find where to change the directory other than through the gitlab.yml.
Any ideas?