diff options
author | varac <varacanero@zeromail.org> | 2017-02-07 17:14:48 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2017-02-07 17:14:48 +0100 |
commit | a70de28760971b11e3f4ac83d982f72d828f73b3 (patch) | |
tree | dac600d3d713e566ff0b572e4bfd5d1bf75a4397 | |
parent | 04b0442f771817aa8207c354bc350a21f5d577a7 (diff) |
Properly set GPG_AGENT_INFO
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e8a6ac..aa4e4ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,8 +7,7 @@ stages: stage: package image: "0xacab.org:4567/leap/gitlab-buildpackage:build_${DIST}_${ARCH}" script: - - export REPOSITORY="/srv/gitbuildpackage" - - echo $REPOSITORY + - export GPG_AGENT_INFO=$(cat /home/gitlab-runner/.gpg-agent-info) - bash -x build-build-package artifacts: expire_in: 1w |