From b3a53b0f6c396aa4c06fab30ee7fa861825dd050 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 23 Sep 2019 12:58:26 +0200 Subject: [PATCH] fix molecule scenario --- .drone.jsonnet | 2 +- .drone.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index bebf889..6166975 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -59,7 +59,7 @@ local PipelineDeployment = { }, commands: [ "/bin/bash /docker-entrypoint.sh", - "molecule test --scenario-name ec2-centos-7", + "molecule test -s default", ], }, ], diff --git a/.drone.yml b/.drone.yml index 3279d74..1c5e73c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -58,7 +58,7 @@ steps: image: xoxys/molecule:do-linux-amd64 commands: - /bin/bash /docker-entrypoint.sh - - molecule test --scenario-name ec2-centos-7 + - molecule test -s default environment: DO_API_KEY: from_secret: do_api_key @@ -111,6 +111,6 @@ depends_on: --- kind: signature -hmac: 042493805320a9f8ab7783f5fe54e954b335e5cfee58692a2577e29d4680caa5 +hmac: be8a923bf27f1b6781f90c34e1dd06f497ead5db56657e117f7675c03a70c640 ...