diff --git a/.drone.yml b/.drone.yml index 84d947d..90d58a1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -54,13 +54,14 @@ steps: pull: always image: xoxys/molecule:ec2-linux-amd64 commands: + - /bin/bash /docker-entrypoint.sh - molecule create --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: ANSIBLE_ROLES_PATH: /drone/src - ANSIBLE_LIBRARY: /library + ANSIBLE_LIBRARY: /library AWS_ACCESS_KEY_ID: from_secret: aws_access_key_id AWS_REGION: eu-central-1