From 404fd8c8f44a5ec1fa4188d5d7e3e95bcf9a0efb Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 27 Feb 2019 14:29:46 +0100 Subject: [PATCH] test_x --- .drone.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0dadf61..0244916 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,12 +37,14 @@ steps: from_secret: gce_ssh_user GCE_CREDENTIALS_FILE: $HOME/ansible-testing.json commands: + - apk add vim - 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 + - xxd $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