diff options
author | Helmut Grohne <helmutg@debian.org> | 2023-01-07 20:08:52 +0000 |
---|---|---|
committer | Helmut Grohne <helmutg@debian.org> | 2023-01-07 20:08:52 +0000 |
commit | de79a0307f460cb572a259a3ea09c5c2bf920ee9 (patch) | |
tree | 7b925d26e04fb8bb46bc1e46bdbb64ccbde8ca7a /.gitlab-ci.yml | |
parent | ba0206c069b00fed5911da62f56c9860bd1f8350 (diff) | |
parent | 472bc82b69e2785f0fb715efbb796bdd9f5507c0 (diff) | |
download | debvm-de79a0307f460cb572a259a3ea09c5c2bf920ee9.tar.gz |
Merge branch 'waitssh' into 'main'
add tool debvm-waitssh
See merge request helmutg/debvm!16
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
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 |