This commit is contained in:
2022-03-11 12:59:24 +13:00
parent 971fe8a31d
commit 89b1b7ccef

View File

@@ -15,15 +15,15 @@ notify:
steps:
- name: Test with Molecule
image: python:3.8
image: python:3.9
volumes:
- name: dockersock
path: /var/run
commands:
- apt-get update && apt-get install -y rsync
- python3 -m pip install --upgrade "ansible<2.9.26" \
- python3 -m pip install --upgrade "ansible<2.10.0" \
flake8 \
"molecule[docker]==3.3.1"
"molecule[docker]"
- mkdir ${DRONE_REPO_NAME}
- rsync -a . ${DRONE_REPO_NAME} --exclude ${DRONE_REPO_NAME}
- cd ${DRONE_REPO_NAME}