This commit is contained in:
parent
8c65de7b3f
commit
b3955c89f3
@ -10,5 +10,5 @@ steps:
|
|||||||
from_secret: HCLOUD_TOKEN
|
from_secret: HCLOUD_TOKEN
|
||||||
commands:
|
commands:
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
- export INSTANCE_UUID=$(openssl rand -hex 16)
|
- export INSTANCE_UUID=$(openssl rand -hex 5)
|
||||||
- cd integration && molecule test
|
- cd integration && molecule test
|
||||||
|
@ -4,7 +4,7 @@ dependency:
|
|||||||
driver:
|
driver:
|
||||||
name: hetznercloud
|
name: hetznercloud
|
||||||
platforms:
|
platforms:
|
||||||
- name: "molecule-hetznercloud-integration-test-${INSTANCE_UUID}"
|
- name: "molecule-hetznercloud-${INSTANCE_UUID}"
|
||||||
server_type: cx11
|
server_type: cx11
|
||||||
image: debian-10
|
image: debian-10
|
||||||
provisioner:
|
provisioner:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user