CI: Remove unneeded install of git in maint-checks

This was added in 9357a8fd6b "ci: add shebang to the GitLab CI" as
part of !990 to the `maint-checks` job; but the actual additional
check was added to the `doc-features` job (by mistake, fixed in
!1490); and, that shebang check script doesn't need git anyway.
This commit is contained in:
Ian Jackson 2023-08-09 14:31:13 +01:00
parent 72eff516ac
commit 879a3e8acf
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ maint-checks:
stage: check
image: debian:stable-slim
script:
- apt-get update && apt-get install -y python3-toml python-is-python3 git
- apt-get update && apt-get install -y python3-toml python-is-python3
- ./maint/check_toposort
- ./maint/add_warning --check
- ./maint/shebang