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