test
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-03-12 15:23:34 +01:00
parent edd607d2ee
commit f03ca738ef
1 changed files with 2 additions and 2 deletions

View File

@ -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