-
Bug
-
Resolution: Done
-
Normal
-
None
-
None
-
None
-
False
-
-
False
-
None
-
Unset
-
None
-
-
When migration command is performed in a folder with this structure ".../web-rca/whatever/" fails. The problem is the function "GetProjectRootDir" gets all folders until it reaches web-rca, then finishes its execution. So this behavior forces the "web-rca" folder to be the final name and thereby when migration command is executed doesn't found the required files.
Maybe is not a bug, but it's something to have in consideration in local development setup
source code reference: https://gitlab.cee.redhat.com/service/web-rca/-/blob/main/pkg/config/config.go#L197