summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-10-26 14:21:18 -0400
committerMicah Anderson <micah@riseup.net>2017-10-26 14:21:18 -0400
commitc1feffaad1ae56ff45e795b4dbb08be97e860906 (patch)
tree6ec80b87e71527b2d1b036ee941b647ae9d94a17
parentf61c861689a64cd6e6b71783d7bdc3e5afbc49b8 (diff)
remove platform packages for unsupported distributionsHEADmaster
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f8ca281..f271f4a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,7 +50,7 @@ package:amd64_buster:
variables:
ARCH: "amd64"
DIST: "buster"
- REPONAMES: "platform,client"
+ REPONAMES: "client"
<<: *job_definition
@@ -58,7 +58,7 @@ package:amd64_zesty:
variables:
ARCH: "amd64"
DIST: "zesty"
- REPONAMES: "platform,client"
+ REPONAMES: "client"
# Default is to fail on warnings, we disable it here
# Standard-Version is higher than available for this release
LINTIAN_OPTS: "--fail-on-warnings -X filename-length,standards-version"
@@ -68,5 +68,5 @@ package:amd64_artful:
variables:
ARCH: "amd64"
DIST: "artful"
- REPONAMES: "platform,client"
+ REPONAMES: "client"
<<: *job_definition