Compare commits

..

1 Commits

Author SHA1 Message Date
Frédéric Péters 09bb830dfb ci: test against trixie (#78771)
gitea/publik-devinst/pipeline/head Something is wrong with the build of this commit Details
2023-06-20 15:01:37 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ then
suite=$1
image=publik-devinst-$suite
fs=/var/lib/machines/$image
if [ $suite = trixie]; then suite=testing; fi
if [ $suite = trixie ]; then suite=testing; fi
test -d $fs || (cd /var/lib/machines && debootstrap --include=systemd-container $suite $image http://deb.debian.org/debian/)
rsync -a --delete . $fs/opt/publik-devinst
systemd-nspawn -x -D $fs /opt/publik-devinst/test-nspawn run-tests