diff options
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9690ecb..4c106614 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -249,16 +249,6 @@ package:amd64_sid: LINTIAN_OPTS: "-X filename-length, --suppress-tags newer-standards-version" <<: *job_definition -package:amd64_zesty: - variables: - ARCH: "amd64" - DIST: "zesty" - REPONAMES: "client" - # Default is to fail on warnings, we disable it here - # unless all lintian warnings are fixed (#9033) - LINTIAN_OPTS: "-X filename-length, --suppress-tags newer-standards-version" - <<: *job_definition - package:amd64_artful: variables: ARCH: "amd64" |