Merge pull request 'fix: fix: smoke-init.sh — USER env var + docker mock + correct token names (#139)' (#141) from fix/issue-139 into main
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

This commit is contained in:
dev-qwen 2026-04-02 10:11:10 +00:00
commit 39e4b73ea0

View file

@ -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