Help!
In 11.0.1, I deployed “custom hooks” for some of our projects under /<repo_dir>/repositories//.git.
After upgrade to 13.1, the old projects and custom hooks still exists, but I cannot find the new project (created after upgrade) folder, and I cannot deploy custom hooks for it.
Please help me, how to add custom hooks for new project?
Thanks a lot!!!
Need help
Maybe the projects have been converted to hashed storage
https://docs.gitlab.com/ee/administration/repository_storage_types.html#hashed-storage
and then I think the custom hooks must also go to the new location.
You can find the new location by getting the SHA256(project.id)
Thanks a lot! Got it! And thanks again!