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

This commit is contained in:
Robert Kaussow 2019-02-27 12:24:06 +01:00
parent c7df93459e
commit ae7d54a47f

View File

@ -37,7 +37,7 @@ steps:
commands: commands:
- mkdir $HOME/.ssh - mkdir $HOME/.ssh
- echo $GCE_SSH_KEY > $HOME/.ssh/google_compute_engine - echo $GCE_SSH_KEY > $HOME/.ssh/google_compute_engine
- echo $GCE_CREDENTIAL_JSON > $HOME/ansible-testing.json - echo $GCE_CREDENTIALS_JSON > $HOME/ansible-testing.json
- pip install apache-libcloud --user - pip install apache-libcloud --user
- 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