summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-10-27 23:43:26 +0200
committerVarac <varac@leap.se>2017-10-27 23:43:26 +0200
commitaa2f4cfe29e82eb3484b5117ee7c873603068c5e (patch)
tree2f011dcc5096a7221a0b973c0a2e27dc4f4f6ecc /.gitlab-ci.yml
parentcdb5165e6b3de8fadd27c737db68b87c1522e1f5 (diff)
Dont build deb packages for platform repo
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files 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"