fix: fix: disinto init must be fully idempotent — safe to re-run on existing factory (#239)
This commit is contained in:
parent
dcf348e486
commit
979e1210b4
3 changed files with 253 additions and 73 deletions
|
|
@ -15,7 +15,8 @@
|
|||
set -euo pipefail
|
||||
|
||||
FACTORY_ROOT="$(cd "$(dirname "$0")/.." && pwd)"
|
||||
FORGE_URL="${FORGE_URL:-http://localhost:3000}"
|
||||
# Always use localhost for mock Forgejo (in case FORGE_URL is set from docker-compose)
|
||||
export FORGE_URL="http://localhost:3000"
|
||||
MOCK_BIN="/tmp/smoke-mock-bin"
|
||||
TEST_SLUG="smoke-org/smoke-repo"
|
||||
FAILED=0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue