fix typo
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-08-19 16:44:31 +02:00
parent f6df4af2eb
commit 853d35f0f5
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ local PipelineDeployment(scenario='centos7') = {
DO_API_KEY: { from_secret: 'do_api_key' }, DO_API_KEY: { from_secret: 'do_api_key' },
}, },
commands: [ commands: [
'molecule test -s' + scenario, 'molecule test -s ' + scenario,
], ],
}, },
], ],

View File

@ -37,7 +37,7 @@ steps:
- name: ansible-molecule - name: ansible-molecule
image: xoxys/molecule:3 image: xoxys/molecule:3
commands: commands:
- molecule test -scentos7 - molecule test -s centos7
environment: environment:
DO_API_KEY: DO_API_KEY:
from_secret: do_api_key from_secret: do_api_key
@ -144,6 +144,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 793544f2400ca29c285b27151417607a13bc4f5c9474ace7c8614ac3f58fc05e hmac: d64b371906a39d9b653d3f5340f710a63e2f6abca4e4668141a77cc9a6f88911
... ...