fix: fix: smoke-init.sh — USER env var + docker mock + correct token names (#139)
This commit is contained in:
parent
bd458da3f4
commit
2c0fef9694
1 changed files with 4 additions and 0 deletions
|
|
@ -245,6 +245,10 @@ rm -f "${FACTORY_ROOT}/projects/smoke-repo.toml"
|
||||||
git config --global user.email "smoke@test.local"
|
git config --global user.email "smoke@test.local"
|
||||||
git config --global user.name "Smoke Test"
|
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 SMOKE_FORGE_URL="$FORGE_URL"
|
||||||
export FORGE_URL
|
export FORGE_URL
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue