cleanup
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-06-09 13:29:49 +02:00
parent f8dc561b0c
commit aa19f773d8
2 changed files with 3 additions and 9 deletions

View File

@ -58,10 +58,7 @@ local PipelineDeployment = {
}, },
commands: [ commands: [
"/bin/bash /docker-entrypoint.sh", "/bin/bash /docker-entrypoint.sh",
"molecule create --scenario-name ec2-centos-7", "molecule test --scenario-name ec2-centos-7",
"molecule converge --scenario-name ec2-centos-7",
"molecule verify --scenario-name ec2-centos-7",
"molecule destroy --scenario-name ec2-centos-7",
], ],
}, },
], ],

View File

@ -55,10 +55,7 @@ steps:
image: xoxys/molecule:ec2-linux-amd64 image: xoxys/molecule:ec2-linux-amd64
commands: commands:
- /bin/bash /docker-entrypoint.sh - /bin/bash /docker-entrypoint.sh
- molecule create --scenario-name ec2-centos-7 - molecule test --scenario-name ec2-centos-7
- molecule converge --scenario-name ec2-centos-7
- molecule verify --scenario-name ec2-centos-7
- molecule destroy --scenario-name ec2-centos-7
environment: environment:
ANSIBLE_ROLES_PATH: /drone/src ANSIBLE_ROLES_PATH: /drone/src
AWS_ACCESS_KEY_ID: AWS_ACCESS_KEY_ID:
@ -114,6 +111,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 8a34a58e0f7db79560f68ae0dbcbcb18411fe83d682b15351c6fd13590180d19 hmac: f73d41474f794c278748b25b2f60cfdb7e44be2a74346ab552d859d78a507800
... ...