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

Use fixed hcloud-py version

This commit is contained in:
Lukas Kämmerling 2020-06-29 08:08:40 +02:00
parent 3eda705307
commit e613f1bfab

View file

@ -55,7 +55,7 @@ retry ansible-galaxy -vvv collection install community.general
retry ansible-galaxy -vvv collection install ansible.netcommon
retry ansible-galaxy -vvv collection install community.internal_test_tools
retry pip install netaddr --disable-pip-version-check
retry python -m pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@git.hetzner.company/hc/backend/integrations/hcloud-python.git@88fda8684b2f4021d27a7e9d4fc36535268cf66c ## ToDo move to hcloud release version
retry python -m pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@git.hetzner.company/hc/backend/integrations/hcloud-python.git@f91ffdcea445641758d2ec43a4b1b1f3976db1aa ## ToDo move to hcloud release version
# END: HACK
export PYTHONIOENCODING='utf-8'