From: Ian Jackson Date: Thu, 15 Jun 2023 18:23:12 +0000 (+0100) Subject: CI: maint-checks: Use default Debian image, not Rust one X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=b8f3663606159812882fcea41e7fe40da54bbca1;p=hippotat.git CI: maint-checks: Use default Debian image, not Rust one Signed-off-by: Ian Jackson --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3bca531..1b4efe6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,10 +45,9 @@ build-docs: maint-checks: stage: check - image: "rust:latest" script: - apt-get -y update - - apt-get -y install libtoml-perl + - apt-get -y install libtoml-perl git - debian/update-build-deps --check - set +e; env git grep -i 'XX[X]'; test $? = 1