Skip to content

Commit

Permalink
CI: upgrade HTML lint task to Ubuntu 23.04
Browse files Browse the repository at this point in the history
Ubuntu 22.10 was EOLed on 2023-07-26.¹

¹ https://wiki.ubuntu.com/Releases
  • Loading branch information
Smattr committed Aug 17, 2023
1 parent ca31146 commit 8741e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1343,10 +1343,10 @@ lint_cmake_format:
- tags

lint_html:
image: "$CI_REGISTRY_IMAGE/ubuntu-22.10:$CI_COMMIT_SHA"
image: "$CI_REGISTRY_IMAGE/ubuntu-23.04:$CI_COMMIT_SHA"
stage: test
needs:
- docker_build_ubuntu-22.10
- docker_build_ubuntu-23.04
script:
- git ls-files -z -- '**/*.html' | xargs -0 -- xmllint --nonet --noout --html --valid
except:
Expand Down

0 comments on commit 8741e9f

Please sign in to comment.