From ff846d8e29d09cd9f4d08d8bae4d30cb09a3bc9f Mon Sep 17 00:00:00 2001 From: Christoph Jerolimov Date: Sat, 13 Dec 2025 13:38:57 +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 078a40f62f..333de2daaf 100755 --- a/.ibm/pipelines/openshift-ci-tests.sh +++ b/.ibm/pipelines/openshift-ci-tests.sh @@ -39,7 +39,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