From 343c8b3348cbe4b230a45964ea39190aa6e66489 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 27 Feb 2019 23:13:03 +0100 Subject: [PATCH] test --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8ef69d1..698db74 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,9 @@ steps: - name: dependencies image: docker:git commands: + - pwd - git clone https://gitea.rknet.org/ansible/custom_modules + - ls -l - name: molecule image: quay.io/ansible/molecule @@ -49,7 +51,7 @@ steps: ANSIBLE_ROLES_PATH: /drone/src ANSIBLE_LIBRARY: /drone/src/custom_modules commands: - - ls -l /drone/src/custom_modules + - ls -l - mkdir $HOME/.ssh - echo "$GCE_SSH_KEY" > $HOME/.ssh/google_compute_engine - chmod 600 $HOME/.ssh/google_compute_engine