fix: fix: smoke-init.sh — USER env var + docker mock + correct token names (#139)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful

This commit is contained in:
Agent 2026-04-02 10:01:56 +00:00
parent bd458da3f4
commit 2c0fef9694

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