+43
−14
Loading
Stanford GitLab is not approved for High Risk Data and Protected Health Information (PHI). For more information, see FAQ.
Two bugs found testing against a gitlab.med consumer (som-irt-services):
- Endpoint was hardcoded to ${GITLAB_SERVER:-code.stanford.edu} while the repo
path was derived from the git remote, so a repo on another server (gitlab.med)
got the wrong endpoint. Default GITLAB_SERVER to the remote's host instead
(explicit GITLAB_SERVER still wins; code.stanford.edu is the last-resort fallback).
- Renovate reads every RENOVATE_* env var as config, so exporting RENOVATE_CONFIG
(our config-file path) made Renovate parse the literal "renovate.json" as inline
JSON and abort. Invoke Renovate in a subshell that unsets the OTICA-internal
RENOVATE_* knobs and exports only token/platform/endpoint.
Changelog: fixed
Co-Authored-By:
Claude Opus 4.8 <noreply@anthropic.com>