-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
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
2nd non-default deploy command defined in devfile causes odo to report error #5452
Comments
This has two parts. /kind bug If there is only one The second part
is more a new feature. I've created a separate issue to cover this #5454 |
The bug is fixed in v3 as part of #5460 |
This is something that we should backport into v2 |
@rm3l: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind bug
What versions of software are you using?
Operating System:
Output of
odo version
:How did you run odo exactly?
$ odo deploy
with the following two deploy commands defined in the devfile:
id: deploy is the default commands for the devfile and
id: deploy-app-image is a second non-default command.
Actual behavior
odo deply reports an error:
Expected behavior
i expect to be able to call either:
$ odo deploy
or
$odo deploy-app-image
to have two slightly different build strategies occur as part of deploy.
Any logs, error output, etc?
The text was updated successfully, but these errors were encountered: