From a296966d26f16f794e10b3dce311bbc186628286 Mon Sep 17 00:00:00 2001 From: Christoph Jerolimov Date: Sat, 13 Dec 2025 13:35:30 +0100 Subject: [PATCH] chore(e2e-tests): test e2e jobs Signed-off-by: Christoph Jerolimov --- .ibm/pipelines/openshift-ci-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ibm/pipelines/openshift-ci-tests.sh b/.ibm/pipelines/openshift-ci-tests.sh index 89f3f40e17..8f62cd660e 100755 --- a/.ibm/pipelines/openshift-ci-tests.sh +++ b/.ibm/pipelines/openshift-ci-tests.sh @@ -40,7 +40,7 @@ source "${DIR}/clear-database.sh" main() { echo "Log file: ${LOGFILE}" - echo "JOB_NAME : $JOB_NAME" + echo "JOB_NAME: $JOB_NAME" CHART_VERSION=$(get_chart_version "$CHART_MAJOR_VERSION") export CHART_VERSION