diff options
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4479a0..ae6f56c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -161,7 +161,7 @@ package:amd64_stretch: variables: ARCH: "amd64" DIST: "stretch" - REPONAMES: "platform,client" + 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" @@ -171,7 +171,7 @@ package:amd64_buster: variables: ARCH: "amd64" DIST: "buster" - REPONAMES: "platform,client" + REPONAMES: "client" # Default is to fail on warnings, we disable it here # unless all lintian warnings are fixed (#9033) LINTIAN_OPTS: "-X filename-length" @@ -181,7 +181,7 @@ package:amd64_sid: variables: ARCH: "amd64" DIST: "sid" - REPONAMES: "platform,client" + 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" |