test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2019-03-12 15:11:30 +01:00
parent 75aec2ba81
commit 4a5854c34d

View File

@ -16,7 +16,7 @@ steps:
image: xoxys/molecule:gce image: xoxys/molecule:gce
commands: commands:
- /bin/bash /docker-entrypoint.sh - /bin/bash /docker-entrypoint.sh
- echo "$GCE_CREDENTIALS_JSON" > ${GCE_CREDENTIALS_FILE} - echo "$GCE_CREDENTIALS_JSON" > "${GCE_CREDENTIALS_FILE}"
- ls -l /root/ - ls -l /root/
- molecule create --scenario-name gce-centos-7 - molecule create --scenario-name gce-centos-7
- molecule converge --scenario-name gce-centos-7 - molecule converge --scenario-name gce-centos-7