1
0
Fork 0

Manually start systemd
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Daniele Tricoli 2021-09-11 20:03:43 +02:00
parent 3e0bbbdd5c
commit 7864de2e95
1 changed files with 1 additions and 6 deletions

View File

@ -7,16 +7,11 @@ steps:
- name: start-systemd
image: jrei/systemd-debian:11
privileged: true
detach: true
# NOTE: It's important to not add a commands section since it prevents
# systemd from starting.
volumes:
- name: cgroup
path: /sys/fs/cgroup
- name: test
image: jrei/systemd-debian:11
commands:
- /lib/systemd/systemd
- apt update && apt install -y ansible python3-pip
- python3 -m pip install "molecule[lint]"
- molecule --debug test