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
{{ message }}
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
fix: don't allocate a tty for non-shell docker exec commands
Several commands in the Makefile use `docker-compose exec` to
execute commands in service containers.
This is all well and good, but those commands will fail in non-TTY
situations like GitHub Actions if the -T flag is not provided.
We do not make this change for `dev.shell` and `dev.dbshell` commands,
because a TTY is needed there in order to provide a smooth
interactive shell experience.
0 commit comments