From 2c0fef9694dd6255f24613398ae90b412fec0de0 Mon Sep 17 00:00:00 2001 From: Agent Date: Thu, 2 Apr 2026 10:01:56 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20fix:=20smoke-init.sh=20=E2=80=94=20USER?= =?UTF-8?q?=20env=20var=20+=20docker=20mock=20+=20correct=20token=20names?= =?UTF-8?q?=20(#139)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/smoke-init.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/smoke-init.sh b/tests/smoke-init.sh index b0a6cf0..e8710b1 100644 --- a/tests/smoke-init.sh +++ b/tests/smoke-init.sh @@ -245,6 +245,10 @@ rm -f "${FACTORY_ROOT}/projects/smoke-repo.toml" git config --global user.email "smoke@test.local" git config --global user.name "Smoke Test" +# Alpine containers don't set USER — lib/env.sh needs it +USER=$(whoami) +export USER + export SMOKE_FORGE_URL="$FORGE_URL" export FORGE_URL