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
Operating System: macOS 10.15.6
Output of odo version: odo v1.2.5 (0780a6b)
odo version
odo create --devfile ../devfile.yaml --starter=foo with a devfile I created explicitly to have several starter zip projects
odo create --devfile ../devfile.yaml --starter=foo
✗ Invalid zip url: <url that doesn't end with .zip>
If the URL points to a non-zip file, it should only fail when trying to unzip it, not prevent people from using URLs that don't end in .zip
.zip
See above.
The text was updated successfully, but these errors were encountered:
fix: remove requirement for URL to end with .zip
c4636fc
Fixes redhat-developer#3853
fix: remove requirement for URL to end with .zip (#3854)
7cd49be
Fixes #3853
metacosm
Successfully merging a pull request may close this issue.
/kind bug
What versions of software are you using?
Operating System: macOS 10.15.6
Output of
odo version
: odo v1.2.5 (0780a6b)How did you run odo exactly?
odo create --devfile ../devfile.yaml --starter=foo
with a devfile I created explicitly to have several starter zip projectsActual behavior
✗ Invalid zip url: <url that doesn't end with .zip>
Expected behavior
If the URL points to a non-zip file, it should only fail when trying to unzip it, not prevent people from using URLs that don't end in
.zip
Any logs, error output, etc?
See above.
The text was updated successfully, but these errors were encountered: