mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 12:26:38 -06:00
refactor: prune unsupported OPENCLAW env overrides (#105970)
* refactor: prune unsupported env overrides * refactor: prune unsupported env overrides * chore: keep dead export baseline current * fix: preserve packaged telemetry override
This commit is contained in:
committed by
GitHub
parent
17630226fc
commit
92962af779
@@ -117,8 +117,8 @@ describe("openclaw skills install ClawHub GitHub-backed E2E", () => {
|
||||
OPENCLAW_STATE_DIR: stateDir,
|
||||
OPENCLAW_CONFIG_PATH: path.join(stateDir, "openclaw.json"),
|
||||
OPENCLAW_CLAWHUB_URL: registry,
|
||||
OPENCLAW_CLAWHUB_TOKEN: "test-token",
|
||||
OPENCLAW_CLAWHUB_GITHUB_CODELOAD_BASE_URL: registry,
|
||||
CLAWHUB_TOKEN: "test-token",
|
||||
CLAWHUB_GITHUB_CODELOAD_BASE_URL: registry,
|
||||
CLAWHUB_DISABLE_TELEMETRY: "",
|
||||
CLAWDHUB_DISABLE_TELEMETRY: "",
|
||||
OPENCLAW_DISABLE_BUNDLED_PLUGINS: "1",
|
||||
|
||||
Reference in New Issue
Block a user