Skip to content

Fix rpm signing

What does this MR do?

Fix rpm signing

Why was this MR needed?

In !1625 (merged) we upgrade the CI_IMAGE to be based on top of golang:1.13.4 which upgrades the Debian version to buster which has different gpg and rpm version.

__gpg fails to load the correct path, update the macro to use which to find the full path of gpg which should make it more portable to new upcoming environments.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Closes #5040 (closed)

Merge request reports