pull/676/head
Aleksandr Shmaraiev 2024-04-09 20:16:41 +03:00
parent 3184a6adee
commit 99ad0851a5
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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 "<span style='font-weight: bold; font-style: italic; text-decoration: underline; color: #008000;'>[INFO] OpenShift CI infrastructure is ready.<br/>Running test.</span>"
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"}