diff options
author | Varac <varac@leap.se> | 2017-06-20 15:09:13 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-06-20 15:46:29 +0200 |
commit | 19679fb9c30b9cfd9c6a574bccc14a34d166320a (patch) | |
tree | 8a8e44ae4d46a5e7523126a8f41703602be2d5a6 | |
parent | 94991ebeff31676f0a55c52a8bf123cff22853b6 (diff) |
Upload packages to multiple deb repos
See https://0xacab.org/leap/platform/issues/8825
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 34e837b..9e1bcf8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,22 +33,27 @@ package:amd64_jessie: variables: ARCH: "amd64" DIST: "jessie" + REPONAME: "platform" + REPONAMES: "platform,client" <<: *job_definition package:amd64_stretch: variables: ARCH: "amd64" DIST: "stretch" + REPONAMES: "platform,client" <<: *job_definition package:amd64_xenial: variables: ARCH: "amd64" DIST: "xenial" + REPONAMES: "client" <<: *job_definition package:amd64_yakkety: variables: ARCH: "amd64" DIST: "yakkety" + REPONAMES: "client" <<: *job_definition |