fix(ci): add IMPORT_HOST_DIR stub to compose-idempotency job #561
Reference in New Issue
Block a user
Delete Branch "worktree-chore+issue-556-drop-client-branches-coverage-gate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
docker-compose.prod.ymlwhen parsing it, even when onlyminiois requestedbackend.volumesuses${IMPORT_HOST_DIR:?...}(hard-required), causing the entire job to abort before any container startsIMPORT_HOST_DIR=/tmp/dummy-importto the.env.teststub — the path doesn't need to exist since the backend service is never started in this jobTest plan
Compose Bucket Idempotencyjob passes (no interpolation error, bothcreate-bucketsruns exit 0)🤖 Generated with Claude Code