chiark / gitweb /
CI: maint-checks: Use default Debian image, not Rust one
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 18:23:12 +0000 (19:23 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 19:24:54 +0000 (20:24 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
.gitlab-ci.yml

index 3bca531a30dc1e521b1f2203fd885b1c00df903e..1b4efe61a1ba2930f38e5d50fe7a2873f050186b 100644 (file)
@@ -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