1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 16:11:49 +00:00
This commit is contained in:
Lukas Kämmerling 2020-04-16 06:52:45 +02:00
parent 8c8f4f3272
commit 30e5eb38d8

View file

@ -32,6 +32,7 @@ if [ -d "${network_path}" ]; then
fi
pip install pycodestyle
pip install yamllint
# shellcheck disable=SC2086
ansible-test sanity --color -v --junit ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} \
--base-branch "${base_branch}" \