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