We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/kind bug
/area registry
Operating System:
Go Pkg Version:
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
A devfile.yaml file is created, and only this file.
Suggestion on how to fix the bug
devfile/registry-support#114
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
/kind bug
Which area this bug is related to?
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:
Expected behavior
A devfile.yaml file is created, and only this file.
Suggestion on how to fix the bug
devfile/registry-support#114
The text was updated successfully, but these errors were encountered: