ci: Drop lintian check

Packging details should be checked in the distros. Let's not waste CI
resources here.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/619>
This commit is contained in:
Guido Günther
2024-03-10 10:34:02 +01:00
parent ad69bd5b59
commit 0e8128d021

View File

@ -72,18 +72,6 @@ build_reference:
variables: variables:
- $PKG_ONLY == "1" - $PKG_ONLY == "1"
test_lintian:
stage: test
needs:
- job: build_deb
artifacts: true
script:
- apt-get -y install lintian
- lintian *.deb
except:
variables:
- $PKG_ONLY == "1"
test: test:
stage: test stage: test
needs: needs: