summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2017-02-07 17:49:08 +0100
committervarac <varacanero@zeromail.org>2017-02-08 13:34:48 +0100
commit7273060b4ab1208a3086a176d98e72c2bc713a23 (patch)
tree0e33e145256efdd2fbcb8a27c87e3ed83b79634b
parenta70de28760971b11e3f4ac83d982f72d828f73b3 (diff)
Fix REPOS var
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aa4e4ba..b88ad52 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,6 @@ stages:
stage: package
image: "0xacab.org:4567/leap/gitlab-buildpackage:build_${DIST}_${ARCH}"
script:
- - export GPG_AGENT_INFO=$(cat /home/gitlab-runner/.gpg-agent-info)
- bash -x build-build-package
artifacts:
expire_in: 1w
@@ -33,7 +32,7 @@ package:amd64:jessie:
REPOSITORY: "/srv/gitbuildpackage"
ARCH: "amd64"
DIST: "jessie"
- REPOS: "gitbuildpackage"
+ REPOS: "jessie"
<<: *job_definition
lintian: