1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-03 05:18:09 +03:00

semaphore: remove workaround for adduser

Offending commit has been reverted, so it's no longer necessary:

9016769691

Follow-up for 8b7485c505
This commit is contained in:
Luca Boccassi 2024-03-11 10:20:20 +00:00 committed by Luca Boccassi
parent efb4858f11
commit 2bbe5ca178

View File

@ -50,8 +50,6 @@ apt-get install -y -t $RELEASE-backports debhelper
apt-get purge --auto-remove -y unattended-upgrades
systemctl unmask systemd-networkd
systemctl enable systemd-networkd
# Remove once https://salsa.debian.org/ci-team/autopkgtest/-/merge_requests/297 is sorted
adduser --disabled-login --gecos 'Temporary autopkgtest user,,,' autopkgtest
EOF
sudo lxc-stop -n "$CONTAINER"
}