diff --git a/.ci/cico-devfile-pr-test.sh b/.ci/cico-devfile-pr-test.sh index fe15bb409..8ea5384a4 100755 --- a/.ci/cico-devfile-pr-test.sh +++ b/.ci/cico-devfile-pr-test.sh @@ -12,6 +12,7 @@ # Red Hat, Inc. - initial API and implementation + function getOpenshiftLogs() { echo "====== Che server logs ======" oc logs $(oc get pods --selector=component=che -o jsonpath="{.items[].metadata.name}") || true