fix: export FORGE_ADMIN_PASS in smoke-init.sh test
This commit is contained in:
parent
fd67a6afc6
commit
24e652a1a3
1 changed files with 2 additions and 0 deletions
|
|
@ -161,6 +161,8 @@ git commit --quiet -m "Initial commit"
|
|||
|
||||
export SMOKE_FORGE_URL="$FORGE_URL"
|
||||
export FORGE_URL
|
||||
# Required for non-interactive init (issue #620)
|
||||
export FORGE_ADMIN_PASS="smoke-test-password-123"
|
||||
|
||||
# Skip push to mock server (no git support)
|
||||
export SKIP_PUSH=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue