From afbfc65c78ab600ae18a79d32ac5bdb8973f8a5e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 27 Feb 2019 16:18:08 +0100 Subject: [PATCH] test_x --- .drone.yml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index dbc9886..ae3dbea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,14 +36,16 @@ steps: GCE_SSH_USER: from_secret: gce_ssh_user GCE_CREDENTIALS_FILE: $HOME/ansible-testing.json - DEFAULT_TIMEOUT: 60 + ANSIBLE_TIMEOUT: 60 commands: - - 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 - - molecule converge --scenario-name gce-centos-7 - - molecule verify --scenario-name gce-centos-7 - - molecule destroy --scenario-name gce-centos-7 + - pwd + - ls -la + # - 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 + # - molecule converge --scenario-name gce-centos-7 + # - molecule verify --scenario-name gce-centos-7 + # - molecule destroy --scenario-name gce-centos-7