diff options
author | Varac <varac@leap.se> | 2017-06-21 09:10:53 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-06-21 09:10:53 +0200 |
commit | 462bc9d4aa1931ad3341e350681d64208e71f70b (patch) | |
tree | b55dd10d55f0f3b2e0516de97ca57516f528d0bb | |
parent | 287f76158adca5b7fe8ab9d204ce8e041750714a (diff) |
Add mandatory REPONAMES CI var for packaging
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd6f1bb..e98b7b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,10 +33,12 @@ package:amd64_jessie: variables: ARCH: "amd64" DIST: "jessie" + REPONAMES: "platform" <<: *job_definition package:amd64_stretch: variables: ARCH: "amd64" DIST: "stretch" + REPONAMES: "platform" <<: *job_definition |