`docker compose wait migrate | grep -qx "0"` was unreliable because `docker compose wait` output format may not match the literal string "0". Replace with `docker compose up --no-deps migrate` (foreground, no -d), which exits with the container's actual exit code — no grep needed. https://claude.ai/code/session_01WRe4qZuV2NQqDYurpDodF4 Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| deploy.yml | ||
| label-subissues.yaml | ||