Attempt to use openssl for unique IDs
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
d6b5ea5a2a
commit
8c65de7b3f
@ -10,5 +10,5 @@ steps:
|
|||||||
from_secret: HCLOUD_TOKEN
|
from_secret: HCLOUD_TOKEN
|
||||||
commands:
|
commands:
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
- export INSTANCE_UUID=$(echo $$RANDOM)
|
- export INSTANCE_UUID=$(openssl rand -hex 16)
|
||||||
- cd integration && molecule test
|
- cd integration && molecule test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user