diff --git a/.drone.yml b/.drone.yml index 4f50ebe..79fbf67 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,6 +55,7 @@ steps: image: xoxys/molecule:gce-linux-amd64 commands: - /bin/bash /docker-entrypoint.sh + - /bin/cat /root/ansible-testing.json - molecule create --scenario-name gce-centos-7 - molecule converge --scenario-name gce-centos-7 - molecule verify --scenario-name gce-centos-7