ansible.posix/.azure-pipelines/commands/units.sh
jillr d18699d88f Update tests
Remove legacy shippable files and shippable references from ignore files.
Move CI utility scripts to AZP config.
2024-05-09 18:12:22 +00:00

7 lines
167 B
Bash
Executable file

#!/usr/bin/env bash
set -o pipefail -eux
# shellcheck disable=SC2086
ansible-test units --color -v --docker default ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"}