From aa2f4cfe29e82eb3484b5117ee7c873603068c5e Mon Sep 17 00:00:00 2001 From: Varac Date: Fri, 27 Oct 2017 23:43:26 +0200 Subject: Dont build deb packages for platform repo --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4479a06..ae6f56c0 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" -- cgit v1.2.3