From c2cb61c890e8b5051fc25cb397e1fb9dbcd41196 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 27 Feb 2019 23:09:11 +0100 Subject: [PATCH] test --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 698b087..b305d65 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,9 +42,9 @@ steps: GCE_CREDENTIALS_FILE: $HOME/ansible-testing.json ANSIBLE_TIMEOUT: 60 ANSIBLE_ROLES_PATH: /drone/src + ANSIBLE_LIBRARY: /drone/src/custom_modules commands: - - pwd - - ls -la + - git clone https://gitea.rknet.org/ansible/custom_modules - mkdir $HOME/.ssh - echo "$GCE_SSH_KEY" > $HOME/.ssh/google_compute_engine - chmod 600 $HOME/.ssh/google_compute_engine