Closed
Description
/kind bug
Which area this bug is related to?
/area registry
What versions of software are you using?
Operating System:
Go Pkg Version:
Bug Summary
Describe the bug:
After this commit has been merged, the OWNERS files are being downloaded as part of the devfile stack by the registry-library.
This can be disturbing for the user to get this file that is not related to the devfile stack (but only internal GitHub repository file).
Particularly, the odo tests are failing due to this unexpected file.
To Reproduce:
odo init --name aname --devfile go
Expected behavior
A devfile.yaml file is created, and only this file.
Suggestion on how to fix the bug