]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Installing coccinelle on Debian sid is broken, switch to Debian buster
authorOndřej Surý <ondrej@sury.org>
Mon, 18 Nov 2019 17:07:01 +0000 (01:07 +0800)
committerOndřej Surý <ondrej@sury.org>
Mon, 18 Nov 2019 17:54:20 +0000 (01:54 +0800)
.gitlab-ci.yml

index 86f03503fdd74e9ae12321f0b711d4f0cfd0f1a3..a87e6e7feccaf0480af2e37442b67b947e73b4c1 100644 (file)
@@ -310,6 +310,7 @@ misc:sid:amd64:
 
 🐞:sid:amd64:
   <<: *precheck_job
+  <<: *debian_buster_amd64_image
   script:
     - util/check-cocci
     - if test "$(git status --porcelain | grep -Ev '\?\?' | wc -l)" -gt "0"; then git status --short; exit 1; fi