Skip to content

Commit

Permalink
gitlab-ci: fix doggy symbol in rpckeys command
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Feb 10, 2022
1 parent d5f209d commit 1c694f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ package_rpm:
- cp target/dcache-cta*.tar.gz rpmbuild/SOURCES
- rpmbuild -ba --define "_topdir `pwd`/rpmbuild" target/SPECS/dcache-cta.spec
- rpmsign --addsign --define "_signature gpg" --define "_gpg_name $DCACHE_ORG_KEY_NAME" --define "_gpg_sign_cmd_extra_args --pinentry-mode loopback --passphrase $DCACHE_ORG_PGP_KEY_PASS" rpmbuild/RPMS/noarch/dcache-cta-*
- rpmkeys -import RPM-GPG-KEY
- rpmkeys --import RPM-GPG-KEY
- rpm --checksig -v rpmbuild/RPMS/noarch/dcache-cta-*
artifacts:
paths:
Expand Down

0 comments on commit 1c694f4

Please sign in to comment.