Skip to content

Commit

Permalink
fix(build): add rpm signing related env var into repository rule envi…
Browse files Browse the repository at this point in the history
…ron list (#4647) (#10376) (#10377)

Fix KAG-744
  • Loading branch information
windmgc authored Feb 27, 2023
1 parent c40306d commit 0f77a1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/kong_bindings.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,7 @@ load_bindings = repository_rule(
environ = [
"BUILD_NAME",
"INSTALL_DESTDIR",
"RPM_SIGNING_KEY_FILE",
"NFPM_RPM_PASSPHRASE",
],
)

0 comments on commit 0f77a1d

Please sign in to comment.