1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00
This commit is contained in:
Lukas Kämmerling 2020-04-15 10:01:46 +02:00
parent 6326e84c98
commit e93e80c4cd

View file

@ -10,4 +10,4 @@ target="cloud/hcloud"
changed_all_target="shippable/${cloud}/smoketest/"
ls -la
# shellcheck disable=SC2086
ansible-test integration --color --local -v "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} --changed-all-target "${changed_all_target}"
ansible-test integration --color --local -v ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} --changed-all-target "${changed_all_target}"