diff --git a/.drone.yml b/.drone.yml index a0f4e6e..61f56e1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,8 +16,8 @@ steps: image: xoxys/molecule:gce commands: - /bin/bash /docker-entrypoint.sh - - "echo \"$GCE_CREDENTIALS_JSON\" > $GCE_CREDENTIALS_FILE" - - ls -l /root/ + - "echo \"$GCE_CREDENTIALS_JSON\" > $HOME/ansible-testing.json" + - ls -l - molecule create --scenario-name gce-centos-7 - molecule converge --scenario-name gce-centos-7 - molecule verify --scenario-name gce-centos-7