mirror of
https://github.com/grafana/grafana.git
synced 2025-01-19 13:03:32 -06:00
Build: Fix signing (#20450)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
parent
c9309edbb0
commit
5ecc12505f
@ -14,7 +14,7 @@ if [ -z "$GPG_KEY_PASSWORD" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
gpg --allow-secret-key-import --import ~/private-repo/signing/private.key
|
||||
gpg --batch --allow-secret-key-import --import ~/private-repo/signing/private.key
|
||||
|
||||
cp ./scripts/build/rpmmacros ~/.rpmmacros
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user