mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 03:15:34 +01:00
fix(git-hooks): Set TTY
if using Docker
This commit is contained in:
parent
baaf3bf16b
commit
fecc65b655
2 changed files with 5 additions and 0 deletions
|
@ -4,4 +4,8 @@
|
|||
|
||||
set -o errexit
|
||||
|
||||
{% if isDocker %}
|
||||
export TTY="-T"
|
||||
{% endif %}
|
||||
|
||||
./run test:commit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue