mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixes signing of packages.
Signing was failing as the builds were expected to run as ubuntu but is run as root. Closes #11686
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
%_signature gpg
|
||||
%_gpg_path /home/ubuntu/.gnupg
|
||||
%_gpg_path /root/.gnupg
|
||||
%_gpg_name Grafana
|
||||
%_gpgbin /usr/bin/gpg
|
||||
|
Reference in New Issue
Block a user