Skip to content

Commit

Permalink
remove platform packages for unsupported distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
micah committed Oct 26, 2017
1 parent f61c861 commit c1feffa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Expand Up @@ -50,15 +50,15 @@ package:amd64_buster:
variables:
ARCH: "amd64"
DIST: "buster"
REPONAMES: "platform,client"
REPONAMES: "client"
<<: *job_definition


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"
Expand All @@ -68,5 +68,5 @@ package:amd64_artful:
variables:
ARCH: "amd64"
DIST: "artful"
REPONAMES: "platform,client"
REPONAMES: "client"
<<: *job_definition

0 comments on commit c1feffa

Please sign in to comment.