Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
master
-
None
Description
Following setup:
- Create a new GitLab project.
- Install a COIN setup (coin/ folder with provisioning instructions)
- Install a second Git repository as submodule, with that second repository having its own COIN setup.
We now have coin/ and some-other-project/coin/ and both are picked up by COIN and executed as part of provisioning, leading to garbage. It should only pick up the coin/ folder from the actual project's root.
This is currently blocking me from implementing TC-1019.