From d2f5fa8abac74b8ed7cc47a884df02cedbe46e1a Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 29 Jun 2026 09:44:13 +0000 Subject: [PATCH] fix: route JD01 browser deps through apt proxy --- config/hwlab-node-lanes.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/config/hwlab-node-lanes.yaml b/config/hwlab-node-lanes.yaml index 4e00e516..74327c45 100644 --- a/config/hwlab-node-lanes.yaml +++ b/config/hwlab-node-lanes.yaml @@ -823,7 +823,23 @@ lanes: npx --version install: executor: host - dependencyCommand: npm install --no-save --package-lock=false --ignore-scripts --no-audit --no-fund playwright@1.59.1 && npx playwright install-deps chromium + dependencyCommand: | + set -eu + npm install --no-save --package-lock=false --ignore-scripts --no-audit --no-fund playwright@1.59.1 + if [ -n "${HTTP_PROXY:-}" ]; then + cat >/etc/apt/apt.conf.d/99unidesk-host-proxy <