mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 02:27:33 +00:00
12 lines
123 B
Twig
Executable file
12 lines
123 B
Twig
Executable file
#!/usr/bin/env bash
|
|
|
|
# {{ managedText }}
|
|
|
|
set -o errexit
|
|
|
|
{% if isDocker %}
|
|
export TTY="-T"
|
|
{% endif %}
|
|
|
|
./run test:commit
|