From 1b0425b057ec58e21f7efa595fbe6f07ef62129e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 3 Apr 2025 15:45:10 -0300 Subject: Makefile: Prevent CI from trying to look at ~/.gnupg --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5a81675..2b46939 100644 --- a/Makefile +++ b/Makefile @@ -193,7 +193,8 @@ baseurl.txt: meta.json jq -r '.baseurl' < meta.json > $@ expiry.txt: src/content/public.asc - gpg --show-key --with-colons src/content/public.asc | \ + gpg --always-trust --no-keyring --show-key --with-colons \ + src/content/public.asc | \ awk -F: '/^pub:/ { print $$7 }' | \ xargs -I% date -Is -d@% > $@ -- cgit v1.2.3