Skip to content

Export - import of a repo, hooks failling (Workaround found, but need to be fixed)

So I've checked it twice, and there is actually a bug. The hook system isn't working properly on an imported repo.

  1. create a repo MyRepoA and add a readme

  2. create an issue and modify the readme with "fix #1 (closed)" in the commit message

    -> the issue is closed

  3. export myRepoA from edit project->export

  4. import it as MyRepoB, create an issue and try to close it by adding "fix #2 (closed)" to your commit message.

    -> the issue isn't closed

Any ideas?

If we add a gitlab-ci.yml and a worker to the imported project, nothing is called. It seems that something is blocking the hooks on an imported project.