diff --git a/.drone.yml b/.drone.yml index 8ecabc4..6a8b874 100644 --- a/.drone.yml +++ b/.drone.yml @@ -49,13 +49,13 @@ steps: ANSIBLE_ROLES_PATH: /drone/src ANSIBLE_LIBRARY: /drone/src/custom_modules commands: - - ansible --version - mkdir $HOME/.ssh - echo "$GCE_SSH_KEY" > $HOME/.ssh/google_compute_engine - chmod 600 $HOME/.ssh/google_compute_engine - echo "$GCE_CREDENTIALS_JSON" > $HOME/ansible-testing.json - pip install apache-libcloud pycrypto --user - molecule create --scenario-name gce-centos-7 + - ansible --version - molecule converge --scenario-name gce-centos-7 - molecule verify --scenario-name gce-centos-7 - molecule destroy --scenario-name gce-centos-7