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
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
This commit is contained in:
commit
39e4b73ea0
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