From 1b10dda6926f058e38d2c322a8803b182f745e86 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Fri, 11 Mar 2022 14:37:40 +1300 Subject: [PATCH] Use custom image --- .drone.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index f5a75ea..d839465 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,15 +15,11 @@ notify: steps: - name: Test with Molecule - image: python:3.9 + image: guisea/ansible-molecule:latest volumes: - name: dockersock path: /var/run commands: - - apt-get update && apt-get install -y rsync - - python3 -m pip install --upgrade "ansible<=2.10.0" \ - flake8 \ - "molecule[docker]<3.4.0" - mkdir ${DRONE_REPO_NAME} - rsync -a . ${DRONE_REPO_NAME} --exclude ${DRONE_REPO_NAME} - cd ${DRONE_REPO_NAME}