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

Update hcloud-python

This commit is contained in:
Lukas Kämmerling 2020-06-29 12:13:18 +02:00
parent 38855f218f
commit 3b897c2d78

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@5ca5ed9aee88287918c495f1b113c5d410f9777c ## 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@ba79bb9f1a7916341cbd0a1f93dbe0e65f668984 ## ToDo move to hcloud release version
# END: HACK
export PYTHONIOENCODING='utf-8'