build: ensure that tty is used in exec tasks

This commit is contained in:
Oliver Davies 2021-12-09 22:24:43 +00:00
parent 423e21f6c3
commit 4ab1078da5

2
run
View file

@ -32,7 +32,7 @@ function task:ci:test {
function task:exec {
# Run any command in the php container.
docker-compose exec php "${@}"
docker-compose exec $TTY php "${@}"
}
function task:composer {