Force Renovate git URL to selected endpoint base
Some checks failed
CICD / Build and Publish CICD Base Image (push) Successful in 12s
CICD / Build and Push CICD Image (push) Successful in 17m59s
CICD / Build CICD Image Failure Postmortem (push) Has been skipped
CICD / Backend Doctests (push) Successful in 6m28s
CICD / Backend Tests (push) Successful in 17m27s
CICD / Frontend Tests (push) Successful in 28m34s
CICD / CICD Tests Complete (push) Has been cancelled
CICD / Build Backend Base Image (push) Has been cancelled
CICD / Build Frontend Base Image (push) Has been cancelled
CICD / Build Integration Tester Image (push) Has been cancelled
CICD / Build E2E Tester Image (push) Has been cancelled
CICD / Build Backend Main Image (push) Has been cancelled
CICD / Build Frontend Main Image (push) Has been cancelled
CICD / Production Images Complete (push) Has been cancelled
CICD / Production Image Failures Postmortem (push) Has been cancelled
CICD / Source Lanes Failure Postmortem (push) Has been cancelled
CICD / Runtime Black-Box Integration Tests (push) Has been cancelled
CICD / Integration Tests Failure Postmortem (push) Has been cancelled
CICD / End-to-End Tests (push) Has been cancelled
CICD / E2E Tests Failure Postmortem (push) Has been cancelled
CICD / Pre-commit Checks (push) Has started running

This commit is contained in:
copilotcoder
2026-07-10 16:50:01 -04:00
parent 9a68fa1109
commit 64bd56e36e

View File

@@ -176,9 +176,13 @@ jobs:
exit 1
fi
# Force git clone base URL to the selected endpoint host/port.
# This avoids relying on platform-advertised clone URLs that may point to an unreachable external proxy.
export RENOVATE_GIT_URL="${BASE_ENDPOINT}/"
export RENOVATE_ENDPOINT="${BASE_ENDPOINT}"
echo "Renovate endpoint (primary): ${RENOVATE_ENDPOINT}"
echo "Renovate endpoint (fallback): ${RENOVATE_ENDPOINT_EXTERNAL}"
echo "Renovate git base URL override: ${RENOVATE_GIT_URL}"
echo "Preflight API endpoint: ${API_ENDPOINT}"
PLATFORM_VERSION=""
@@ -292,6 +296,7 @@ jobs:
-e NODE_TLS_REJECT_UNAUTHORIZED \
-e GIT_SSL_NO_VERIFY=1 \
-e RENOVATE_TOKEN \
-e RENOVATE_GIT_URL \
-e RENOVATE_HOST_RULES \
-e RENOVATE_X_PLATFORM_VERSION \
-e RENOVATE_PLATFORM \
@@ -305,6 +310,7 @@ jobs:
"${RENOVATE_IMAGE}" \
--platform "${RENOVATE_PLATFORM}" \
--endpoint "${RENOVATE_ENDPOINT}" \
--git-url "${RENOVATE_GIT_URL}" \
--git-author "${RENOVATE_GIT_AUTHOR}" \
--onboarding="${RENOVATE_ONBOARDING}" \
--pr-concurrent-limit "${RENOVATE_PR_CONCURRENT_LIMIT}" \