1
0
Fork 0

Try pre_build_image for testing
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Daniele Tricoli 2021-09-14 00:26:31 +02:00
parent 8528210152
commit 25c5b53020
2 changed files with 3 additions and 2 deletions

View file

@ -4,9 +4,9 @@ type: docker
name: default
steps:
- name: lint
- name: test
image: debian:11-slim
commands:
- apt update && apt install -y ansible python3-pip podman
- python3 -m pip install "molecule[lint,podman]"
- molecule lint
- molecule test

View file

@ -15,6 +15,7 @@ platforms:
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
pre_build_image: true
provisioner:
name: ansible
env: