From 99ad0851a5c62c8c7fe2bb64f34cfa963ac185d3 Mon Sep 17 00:00:00 2001 From: Aleksandr Shmaraiev Date: Tue, 9 Apr 2024 20:16:41 +0300 Subject: [PATCH] Fix up --- .ci/openshift-ci/common.sh | 2 +- .ci/openshift-ci/test-azure-no-pat-oauth-flow.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/openshift-ci/common.sh b/.ci/openshift-ci/common.sh index 898d4569d8..5bf1b8cac1 100644 --- a/.ci/openshift-ci/common.sh +++ b/.ci/openshift-ci/common.sh @@ -65,7 +65,7 @@ configureGitSelfSignedCertificate() { oc project ${CHE_NAMESPACE} echo -e "\e[3;44m[INFO] Create ConfigMap with the required TLS certificate\e[0m" - oc create configmap ${CUSTOM_CONFIG_MAP_NAME} --from-file=ca.crt + oc create configmap ${CUSTOM_CONFIG_MAP_NAME} --from-file=.ci/openshift-ci/ca.crt oc label configmap ${CUSTOM_CONFIG_MAP_NAME} app.kubernetes.io/part-of=che.eclipse.org app.kubernetes.io/component=ca-bundle echo -e "\e[3;44m[INFO] Create ConfigMap to support Git repositories with self-signed certificates\e[0m" diff --git a/.ci/openshift-ci/test-azure-no-pat-oauth-flow.sh b/.ci/openshift-ci/test-azure-no-pat-oauth-flow.sh index aaaf4089f4..06638f6bbf 100644 --- a/.ci/openshift-ci/test-azure-no-pat-oauth-flow.sh +++ b/.ci/openshift-ci/test-azure-no-pat-oauth-flow.sh @@ -16,7 +16,7 @@ set -ex # only exit with zero if all commands of the pipeline exit successfully set -o pipefail -echo -e "\e[1;3;4;32m[INFO] OpenShift CI infrastructure is ready.\nTest is run.\e[0m" +echo "[INFO] OpenShift CI infrastructure is ready.
Running test.
" export PUBLIC_REPO_URL=${PUBLIC_REPO_URL:-"https://chepullreq1@dev.azure.com/chepullreq1/che-pr-public/_git/public-repo"} export PRIVATE_REPO_URL=${PRIVATE_REPO_URL:-"https://dev.azure.com/chepullreq1/che-pr-private/_git/private-repo"}