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