Skip to content

Removing folders which referenced submodules in the index.

The references to these two folders were breaking Autoware.Auto CI when it ran git submodule update --init --recursive because there were references in the git index to these two folders being submodules. Removing the folders fixes this issue.

Merge request reports