You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re #2042 (comment)
Adding `-e` isn't enough to cause a helpful failure when `FRONTEND_VERSION` is missing from `docker-compose.yml` because:
1. it doesn't fail, despite `bash -e`, because the `jq` command runs inside the `echo` call, which succeeds, and
2. if the intention is for the failure to be easy to understand, `jq -e` won't help on its own
0 commit comments