mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
Overwrite env
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
This commit is contained in:
parent
6cb377f1e5
commit
3b42434144
1 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
language: python
|
||||
python:
|
||||
- 3.7
|
||||
|
||||
python: 3.7
|
||||
|
||||
env:
|
||||
matrix:
|
||||
- T=none
|
||||
|
|
@ -42,7 +43,9 @@ build:
|
|||
ci:
|
||||
- which python
|
||||
- which python3
|
||||
- python --version
|
||||
- ls -s /usr/bin/python3 /root/venv/bin/python -f
|
||||
- python --version
|
||||
- tests/utils/shippable/timing.sh tests/utils/shippable/shippable.sh $T
|
||||
|
||||
integrations:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue