run entrypoint script manually
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-05-12 13:06:31 +02:00
parent 7a38172439
commit 9525977568
1 changed files with 2 additions and 1 deletions

View File

@ -54,13 +54,14 @@ steps:
pull: always pull: always
image: xoxys/molecule:ec2-linux-amd64 image: xoxys/molecule:ec2-linux-amd64
commands: commands:
- /bin/bash /docker-entrypoint.sh
- molecule create --scenario-name ec2-centos-7 - molecule create --scenario-name ec2-centos-7
- molecule converge --scenario-name ec2-centos-7 - molecule converge --scenario-name ec2-centos-7
- molecule verify --scenario-name ec2-centos-7 - molecule verify --scenario-name ec2-centos-7
- molecule destroy --scenario-name ec2-centos-7 - molecule destroy --scenario-name ec2-centos-7
environment: environment:
ANSIBLE_ROLES_PATH: /drone/src ANSIBLE_ROLES_PATH: /drone/src
ANSIBLE_LIBRARY: /library ANSIBLE_LIBRARY: /library
AWS_ACCESS_KEY_ID: AWS_ACCESS_KEY_ID:
from_secret: aws_access_key_id from_secret: aws_access_key_id
AWS_REGION: eu-central-1 AWS_REGION: eu-central-1