This commit is contained in:
2022-03-11 15:39:01 +13:00
parent d3b7f59d42
commit f1302659c7

View File

@@ -10,7 +10,14 @@ steps:
path: /var/run
commands:
- sleep 5 # give docker enough time to start
- 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
- molecule test
services:
- name: docker