ansible.posix/tests/utils/shippable/sanity.sh
John Barker 1b64f88d5b Bootstrap Collection
* Basic common bootstrapping of repo
* Correct Galaxy settings
* Attempt to get Shippable working
2020-03-10 09:57:06 +00:00

7 lines
175 B
Bash
Executable file

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