Attempt to use openssl for unique IDs
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-04-25 07:46:29 +02:00
parent d6b5ea5a2a
commit 8c65de7b3f
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ steps:
from_secret: HCLOUD_TOKEN
commands:
- pip install -e .
- export INSTANCE_UUID=$(echo $$RANDOM)
- export INSTANCE_UUID=$(openssl rand -hex 16)
- cd integration && molecule test