fix molecule scenario
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-09-23 12:58:26 +02:00
parent 791dee899c
commit b3a53b0f6c
2 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ local PipelineDeployment = {
},
commands: [
"/bin/bash /docker-entrypoint.sh",
"molecule test --scenario-name ec2-centos-7",
"molecule test -s default",
],
},
],

View File

@ -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
...