From 33037b9d329b9fc7230f9c790ae47b6d0827108c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 24 Apr 2020 14:43:45 +0200 Subject: [PATCH] Use proper syntax for getting RANDOM out --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5cf110e..2c322cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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