]> granicus.if.org Git - graphviz/commitdiff
CI: change lint_pylint job to run on Ubuntu 21.10
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 18 Oct 2021 16:07:43 +0000 (18:07 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Thu, 21 Oct 2021 20:58:32 +0000 (22:58 +0200)
.gitlab-ci.yml

index 6b4a5c5ea00fec315e3aabbdeca611c33835d219..65e873d5ca39223e3d581ce77ce3d992872396f1 100644 (file)
@@ -1370,10 +1370,10 @@ docker_push_ubuntu-21.10:
     - docker_build_ubuntu-21.10
 
 lint_pylint:
-  image: "$CI_REGISTRY_IMAGE/ubuntu-21.04:$CI_COMMIT_SHA"
+  image: "$CI_REGISTRY_IMAGE/ubuntu-21.10:$CI_COMMIT_SHA"
   stage: test
   needs:
-    - docker_build_ubuntu-21.04
+    - docker_build_ubuntu-21.10
   script:
     - logfile=`mktemp`
     - python3 -m pylint --rcfile=.pylintrc `find . -name '*.py' | xargs` --exit-zero |& tee $logfile