summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2023-01-11 19:58:23 +0100
committerHelmut Grohne <helmut@subdivi.de>2023-01-11 19:58:23 +0100
commitdc3527288d6f82ab60cfbe24efeb0961130901b7 (patch)
tree4df30b822078140cec3646421c71208a4646bc4a /.gitlab-ci.yml
parentfe999e3cdb244bef2bd425918bc874b0018e94aa (diff)
parente7c2288400ee78c3ef8c7a92128287c1eff67811 (diff)
downloaddebvm-dc3527288d6f82ab60cfbe24efeb0961130901b7.tar.gz
Merge branch main into skip
Resolve conflicts in the documentation of debvm-create.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d2a1bbf..456e8d9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,7 @@ release_test:
script:
- apt-get update
- apt-get dist-upgrade --yes
- - apt-get --no-install-recommends --yes install e2fsprogs genext2fs mmdebstrap openssh-client sleepenh qemu-kvm
+ - apt-get --no-install-recommends --yes install e2fsprogs genext2fs mmdebstrap openssh-client qemu-kvm
- PATH=.:$PATH ./tests/create-and-run.sh $(dpkg --print-architecture) "$RELEASE"
arch_test:
@@ -45,5 +45,5 @@ arch_test:
- test -e /proc/sys/fs/binfmt_misc/status || mount -t binfmt_misc binfmt_misc /proc/sys/fs/binfmt_misc
- apt-get update
- apt-get dist-upgrade --yes
- - apt-get --no-install-recommends --yes install e2fsprogs genext2fs mmdebstrap openssh-client sleepenh qemu-system binfmt-support arch-test qemu-user-static
+ - apt-get --no-install-recommends --yes install e2fsprogs genext2fs mmdebstrap openssh-client qemu-system binfmt-support arch-test qemu-user-static
- PATH=.:$PATH ./tests/create-and-run.sh "$ARCHITECTURE" sid