Closed amitkrout closed 4 years ago
Steps to reproduce it locally
Step 1:
$ cat test.sh
#!/bin/bash
set -x
odo project create testproject -w
odo project list -o json | grep testproject
Step 2:
$ ./test.sh
Step 3:
Project name should be captured in the last command output
If you have time and patience then try to reproduce it locally.
Duplicate of https://github.com/openshift/odo/issues/2117
/close
@amitkrout: Closing this issue.
/kind flake
What versions of software are you using?
Operating System: Supported Output of
odo version
: masterHow did you run odo exactly?
CI reference - https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_odo/3587/pull-ci-openshift-odo-master-v4.2-integration-e2e/1285409549875941376#1:build-log.txt%3A94498
Actual behavior
See the failure log
Expected behavior
-o json should capture the project
Any logs, error output, etc?