From b3955c89f34bd78af31ddd483a6fc55080170d31 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 25 Apr 2020 07:50:45 +0200 Subject: [PATCH] Shorten name --- .drone.yml | 2 +- integration/molecule/default/molecule.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index daf13be..f4ef1fb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/integration/molecule/default/molecule.yml b/integration/molecule/default/molecule.yml index 4be258a..62700d3 100644 --- a/integration/molecule/default/molecule.yml +++ b/integration/molecule/default/molecule.yml @@ -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: