-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix potential issue with
image
unit tests when PODMAN_CMD
env var…
… is set (#5614) For some valid reasons, we could want `odo` to use Docker as backend when building images. One way of doing so is to set the `PODMAN_CMD` system environment variable to a command we know does not exist. In such cases, the `image` unit tests will not pass, because they rely on the system environment variables.
- Loading branch information
Showing
2 changed files
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters