1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

Fix tests

Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
This commit is contained in:
Lukas Kämmerling 2020-07-31 07:30:11 +02:00
parent 637f4c5b31
commit a5fc46357a

View file

@ -14,7 +14,7 @@ else
fi
if [ "${group}" == "extra" ]; then
/usr/bin/python3.7 -m pip install antsibull-changelog
/usr/bin/python3.7 -m pip3 install antsibull-changelog
/usr/bin/python3.7 ../../community/internal_test_tools/tools/run.py --color
exit
fi