Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
curiositycasualty committed Oct 21, 2024
1 parent 9220023 commit b2929ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/nfpm/rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def _nfpm_pkg_impl(ctx):
nfpm_args.add("-f", ctx.file.config.path)
nfpm_args.add("-p", ctx.attr.packager)
nfpm_args.add("-t", out.path)
nfpm_args.add("--verbose")

ctx.actions.run_shell(
inputs = ctx.files._nfpm_bin,
Expand Down
3 changes: 3 additions & 0 deletions changelog/unreleased/kong/fix_service_file.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
scmessage: "Fixed an issue where the systemd service unit file was missing."
type: bugfix
scope: Core

0 comments on commit b2929ed

Please sign in to comment.