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 09:22:36 +02:00
parent 63dce55c06
commit 85de3ea0cf

View file

@ -10,6 +10,7 @@ target="cloud/hcloud"
stage="prod"
changed_all_target="shippable/${cloud}/smoketest/"
ls -la
git symbolic-ref --short HEAD
# shellcheck disable=SC2086
ansible-test integration --color -v "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} --changed-all-target "${changed_all_target}"