diff --git a/.ci/cico_olm_prcheck.sh b/.ci/cico_olm_prcheck.sh index 1dbc9b22e..bdae0411e 100644 --- a/.ci/cico_olm_prcheck.sh +++ b/.ci/cico_olm_prcheck.sh @@ -15,8 +15,7 @@ trap 'Catch_Finish $?' EXIT SIGINT # Catch errors and force to delete minikube VM. Catch_Finish() { rm -rf ~/.kube && yes | minikube delete - printInfo "Failed on running tests. Please check logs or contact QE team (e-mail:codereadyqe-workspaces-qe@redhat.com, Slack: #che-qe-internal, Eclipse mattermost: 'Eclipse Che QE'" - printInfo "Logs should be availabe on http://artifacts.ci.centos.org/devtools/che/devtools-che-operator-olm-pr-check/${ghprbPullId}/" + printInfo "http://artifacts.ci.centos.org/devtools/che/che-operator-olm-pr-check/report/" archiveArtifacts "che-operator-olm-pr-check" }