Skip to content

Commit 1ad2981

Browse files
committed
CI: Add gnupg2 package for signing rpms
1 parent 4d28c4f commit 1ad2981

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ clone_docker:
163163
- |
164164
if [[ -n "$CI_COMMIT_TAG" ]]; then
165165
export CCACHE_DISABLE=1;
166+
${PKG_MGR} install -y gnupg2;
166167
else
167168
source gitlab-ci/setup_ccache.sh;
168169
fi

0 commit comments

Comments
 (0)