Signed-off-by: flacatus <flacatus@redhat.com>
pull/284/head
flacatus 2020-05-29 09:23:31 +02:00
parent 75a1ff3132
commit f4f2139faf
No known key found for this signature in database
GPG Key ID: 3C5C4A3D02FC46A5
1 changed files with 1 additions and 2 deletions

View File

@ -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"
}