From b03d620c53c57a30237300bbb7a55c7b1f36efd4 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Fri, 11 Mar 2022 15:10:08 +1300 Subject: [PATCH] .. --- .drone.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.drone.yml b/.drone.yml index da8a977..b0b2f12 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,21 +3,21 @@ kind: pipeline name: default steps: - - name: Test with Molecule - image: guisea/ansible-molecule:latest - volumes: - - name: dockersock - path: /var/run - commands: - - mkdir ${DRONE_REPO_NAME} - - rsync -a . ${DRONE_REPO_NAME} --exclude ${DRONE_REPO_NAME} - - cd ${DRONE_REPO_NAME} - - python3 --version - - ansible --version - - molecule --version - - docker info - - ping -c 1 mail.guise.net.nz - - molecule test +- name: Test with Molecule + image: guisea/ansible-molecule:latest + volumes: + - name: dockersock + path: /var/run + commands: + - mkdir ${DRONE_REPO_NAME} + - rsync -a . ${DRONE_REPO_NAME} --exclude ${DRONE_REPO_NAME} + - cd ${DRONE_REPO_NAME} + - ping -4 -c 1 mail.guise.net.nz + - python3 --version + - ansible --version + - molecule --version + - docker info + - molecule test services: - name: docker