diff options
author | varac <varacanero@zeromail.org> | 2017-02-07 12:01:39 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2017-02-07 12:01:39 +0100 |
commit | dd2211e99617fc70369630cb41d425fb6cdabf83 (patch) | |
tree | 4359a5274fcc5a043b11bc00c336fa4e52ab7a2f /.gitlab-ci.yml | |
parent | 075b31c37eb87bcd091c1371b4196df7a0b0beee (diff) |
export REPOSITORY so generate-reprepro-codename can use it
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb8445f..a8e1e34 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ stages: stage: package image: "0xacab.org:4567/leap/gitlab-buildpackage:build_${DIST}_${ARCH}" script: + - export REPOSITORY="/srv/gitbuildpackage" - bash -x build-build-package artifacts: expire_in: 1w |