Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
verify-oc: Ensure no output on error
When the oc client is not connected to any cluster, it still outputs the version string, but also exits with an error. Instead of bailing out on the error, we ensure that the version string is empty before we assume that there is no 'oc' tool installed.
- Loading branch information