Use proper syntax for getting RANDOM out
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-04-24 14:43:45 +02:00
parent a571022d89
commit 33037b9d32
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ steps:
from_secret: HCLOUD_TOKEN
commands:
- pip install -e .
- export INSTANCE_UUID=$RANDOM
- export INSTANCE_UUID=$(echo $$RANDOM)
- cd integration-test-role && molecule test