build-configs/templates/common/.githooks/pre-push.twig

12 lines
123 B
Twig
Executable file

#!/usr/bin/env bash
# {{ managedText }}
set -o errexit
{% if isDocker %}
export TTY="-T"
{% endif %}
./run test:commit