From d2ff1df8298c08e8f0cd69d523ef5b17c4fbf834 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 27 Feb 2019 23:36:37 +0100 Subject: [PATCH] test --- .drone.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6a8b874..28fc67b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,11 +25,6 @@ steps: # - git ls-files *[^LICENSE,.md] | xargs ansible-later -c ~/policy/config.ini # depends_on: [ clone ] - - name: dependencies - image: docker:git - commands: - - git clone https://gitea.rknet.org/ansible/custom_modules /drone/src/custom_modules - - name: molecule image: quay.io/ansible/molecule pull: always @@ -47,8 +42,9 @@ steps: GCE_CREDENTIALS_FILE: $HOME/ansible-testing.json ANSIBLE_TIMEOUT: 60 ANSIBLE_ROLES_PATH: /drone/src - ANSIBLE_LIBRARY: /drone/src/custom_modules + ANSIBLE_LIBRARY: $HOME/custom_modules commands: + - git clone https://gitea.rknet.org/ansible/custom_modules $HOME/custom_modules - mkdir $HOME/.ssh - echo "$GCE_SSH_KEY" > $HOME/.ssh/google_compute_engine - chmod 600 $HOME/.ssh/google_compute_engine